Skip to content
Snippets Groups Projects
Commit 1479d893 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Minor change.

Rev: src/modules/_Crypto/include/RCSID.h:1.5
parent 01f1d268
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#define RCSID2(name, X) \ #define RCSID2(name, X) \
static char *name __attribute__ ((unused)) =X static char *name __attribute__ ((unused)) =X
#elif __GNUC__ == 2 #elif __GNUC__ == 2
/* No need for PIKE_CONCAT() here since gcc supports ## */
#define RCSID2(name, X) \ #define RCSID2(name, X) \
static char *name = X; \ static char *name = X; \
static void *use_##name=(&use_##name, (void *)&name) static void *use_##name=(&use_##name, (void *)&name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment