* __scm.h: don't define long_long or ulong_long if HAVE_LONG_LONGS
authorGary Houston <ghouston@arglist.com>
Tue, 8 Feb 2000 22:16:15 +0000 (22:16 +0000)
committerGary Houston <ghouston@arglist.com>
Tue, 8 Feb 2000 22:16:15 +0000 (22:16 +0000)
commit43ff3170dfd2dea2dfa358ec21834f6979b8635b
treea2585f8c0393074d651ec51e1a3becc89df4a0d7
parent4ba473028c43c6dacd0d879e523a12ddb2b41b8a
* __scm.h: don't define long_long or ulong_long if HAVE_LONG_LONGS
is not defined.

* stime.c (scm_localtime, scm_mktime): if neither HAVE_TM_ZONE nor
HAVE_TZNAME are defined, use an empty string instead of giving two
spurious compile-time errors.
libguile/ChangeLog
libguile/__scm.h
libguile/stime.c