Changes in the names of macros related to fixnums, characters and arrays.

This commit is contained in:
jjgarcia 2001-10-11 19:39:34 +00:00
parent b979ad8b0b
commit f795dd8bb7

2
src/configure vendored
View file

@ -1755,7 +1755,7 @@ then
cl_fixnum_limit=`cat conftestval`
echo "$ac_t""${cl_fixnum_limit}" 1>&6
cat >> confdefs.h <<EOF
#define MOST_POSITIVE_FIX ${cl_fixnum_limit}
#define MOST_POSITIVE_FIXNUM ${cl_fixnum_limit}
EOF
else