From e8a633fe5931a87a9c368ebc61ac3d889e64a68c Mon Sep 17 00:00:00 2001 From: jgarcia Date: Mon, 12 May 2008 16:11:03 +0000 Subject: [PATCH] Remove feature only works with 64 bits. --- src/h/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h/config.h.in b/src/h/config.h.in index 8770e5f00..038922e9c 100644 --- a/src/h/config.h.in +++ b/src/h/config.h.in @@ -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 */