* __scm.h (SCM_P): Corrected to run under traditional C.
authorJim Blandy <jimb@red-bean.com>
Wed, 11 Sep 1996 20:22:58 +0000 (20:22 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 11 Sep 1996 20:22:58 +0000 (20:22 +0000)
libguile/__scm.h

index 7322a69..584dad4 100644 (file)
@@ -130,7 +130,7 @@ typedef unsigned long ulong_long;
 #ifdef __STDC__
 #  define SCM_P(x) x
 #else
-#  define SCM_P(x) (x)
+#  define SCM_P(x) ()
 #endif
 
 \f