guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile __scm.h


From: Marius Vollmer
Subject: guile/guile-core/libguile __scm.h
Date: Tue, 13 Nov 2001 09:28:43 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/11/13 09:28:42

Modified files:
        guile-core/libguile: __scm.h 

Log message:
        (HAVE_UINTPTR_T, HAVE_PTRDIFF_T, HAVE_LONG_LONG, HAVE_LONG_LONGS):
        Define to "1" when defining them, to mirror what configure does.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/__scm.h.diff?cvsroot=OldCVS&tr1=1.80&tr2=1.81&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/__scm.h
diff -u guile/guile-core/libguile/__scm.h:1.80 
guile/guile-core/libguile/__scm.h:1.81
--- guile/guile-core/libguile/__scm.h:1.80      Sun Nov 11 20:00:40 2001
+++ guile/guile-core/libguile/__scm.h   Tue Nov 13 09:28:42 2001
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]