summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/__scm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/__scm.h b/libguile/__scm.h
index 29abc9d09..d9e26cada 100644
--- a/libguile/__scm.h
+++ b/libguile/__scm.h
@@ -294,16 +294,16 @@
*/
#if SIZEOF_UINTPTR_T != 0
-#define HAVE_UINTPTR_T
+#define HAVE_UINTPTR_T 1
#endif
#if SIZEOF_PTRDIFF_T != 0
-#define HAVE_PTRDIFF_T
+#define HAVE_PTRDIFF_T 1
#endif
#if SIZEOF_LONG_LONG != 0
-#define HAVE_LONG_LONGS
-#define HAVE_LONG_LONG
+#define HAVE_LONG_LONGS 1
+#define HAVE_LONG_LONG 1
#endif
#ifndef HAVE_PTRDIFF_T