* eval.c: #include <config.h> if HAVE_CONFIG_H. #include
authorRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:54:28 +0000 (23:54 +0000)
committerRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:54:28 +0000 (23:54 +0000)
commit3d05f2e0fb77d175d97c430b1643e45d327f86e1
tree9c340d2b8206b3e2325281be3ae22bd45fa2de2b
parent4600886f39bc9f530f2ab92ae5e91b352ce360af
* eval.c: #include <config.h> if HAVE_CONFIG_H.  #include
"libguile/__scm.h" rather than scmconfig.h.  Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.  Replace usage of HAVE_LONG_LONGS
with "SCM_SIZEOF_LONG_LONG != 0".
libguile/eval.c