From 5d5c0495a47efae92a98b12619dddedbf5326dc9 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Sat, 11 Aug 2001 13:29:58 +0000 Subject: [PATCH] Fix typo NO_ARG_ARRAY -> NO_ARGS_ARRAY --- 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 06e8512b5..98988ce83 100644 --- a/src/h/config.h.in +++ b/src/h/config.h.in @@ -67,7 +67,7 @@ #undef CL_FIXNUM_TYPE /* Integer type for fixnums */ #define MOST_POSITIVE_FIX 1 /* Positive limit for fixnums */ #undef DOWN_STACK /* Stack grows downwards */ -#undef NO_ARG_ARRAY /* arguments can be accessed as array */ +#undef NO_ARGS_ARRAY /* arguments can be accessed as array */ #undef WORDS_BIGENDIAN /* most significant byte first */ #undef HAVE_SYS_RESOURCE_H /* has */