Remove feature only works with 64 bits.

This commit is contained in:
jgarcia 2008-05-12 16:11:03 +00:00
parent 8c4c191552
commit e8a633fe59

View file

@ -209,7 +209,7 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey;
/* Stack grows downwards */
#undef DOWN_STACK
/* Argument list can be access as an array */
#define ECL_USE_VARARG_AS_POINTER
#undef ECL_USE_VARARG_AS_POINTER
/* Most significant byte first */
#undef WORDS_BIGENDIAN
/* Has <sys/resource.h> */