mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Fix typo NO_ARG_ARRAY -> NO_ARGS_ARRAY
This commit is contained in:
parent
07270ea7dc
commit
5d5c0495a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <sys/resource.h> */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue