guile-devel
[Top][All Lists]
Advanced

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

HAVE_LONG_LONGS in __scm.h


From: Bill Schottstaedt
Subject: HAVE_LONG_LONGS in __scm.h
Date: Tue, 13 Nov 2001 05:55:00 -0800

The CVS guile now has these lines in __scm.h:

#if SIZEOF_LONG_LONG != 0
#define HAVE_LONG_LONGS
#define HAVE_LONG_LONG
#endif

Could I suggest that configuration macros might be better
placed in _scm.h -- i.e. invisible (as I understand it)
to user's of Guile.  I already had a macro by this name
and code of the form

#if THIS && THAT && HAVE_LONG_LONGS

which was broken by the addition of this macro to __scm.h.
Alternatively, perhaps use

#define HAVE_LONG_LONGS 1




reply via email to

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