From 1479d8932282da8aa339a21ccea512506f3d9fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 12 Sep 1997 00:53:02 +0200 Subject: [PATCH] Minor change. Rev: src/modules/_Crypto/include/RCSID.h:1.5 --- src/modules/_Crypto/include/RCSID.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/_Crypto/include/RCSID.h b/src/modules/_Crypto/include/RCSID.h index 1cb9365100..4527ef3608 100644 --- a/src/modules/_Crypto/include/RCSID.h +++ b/src/modules/_Crypto/include/RCSID.h @@ -7,6 +7,7 @@ #define RCSID2(name, X) \ static char *name __attribute__ ((unused)) =X #elif __GNUC__ == 2 + /* No need for PIKE_CONCAT() here since gcc supports ## */ #define RCSID2(name, X) \ static char *name = X; \ static void *use_##name=(&use_##name, (void *)&name) -- GitLab