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 */