* numbers.c: #include <config.h> if HAVE_CONFIG_H. Replace usage
authorRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:57:51 +0000 (23:57 +0000)
committerRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:57:51 +0000 (23:57 +0000)
commitee33d62a8d6f080e64aba83d0d4e1b543f667368
tree0631f16eb16de252089837049d54349e3e8dad50
parentb325b9fa7834d6ae26b3ee89887db1a421d3a444
* numbers.c: #include <config.h> if HAVE_CONFIG_H.  Replace usage
of HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".  Replace
usage of ptrdiff_t with scm_t_ptrdiff.  Replace usage of
SIZEOF_PTRDIFF_T with SCM_SIZEOF_SCM_T_PTRDIFF.
libguile/numbers.c