* random.c: #include <config.h> if HAVE_CONFIG_H. Replace usage
authorRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:59:05 +0000 (23:59 +0000)
committerRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:59:05 +0000 (23:59 +0000)
commit2fb8013c7ef90cbc858ad3cd567017b796f2ad62
treef87893e8855d07b7fad9f8709bc7a2ce00196a1d
parent473d94b405c6a33a2757d99ac138d5f6b6b380ab
* random.c: #include <config.h> if HAVE_CONFIG_H.  Replace usage
of LONG32, LONG64, SIZEOF_LONG, and HAVE_LONG_LONGS with
scm_t_int32, scm_t_int64, and SCM_HAVE_T_INT64.  Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.
libguile/random.c