mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
preprocessor: error when ECL_C_ARGUMENTS_LIMIT changes
This is a canary which errors when code needs to be adjusted. When appropriate definitions are added the error condition should be changed accordingly.
This commit is contained in:
parent
5986aee429
commit
903156b8d6
3 changed files with 9 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ typedef unsigned char ecl_base_char;
|
|||
|
||||
/* Numb. of args. which can be passed using the C stack */
|
||||
/* See cmplam.lsp if you change this value */
|
||||
#define ECL_C_ARGUMENTS_LIMIT 64
|
||||
#define ECL_C_ARGUMENTS_LIMIT 63
|
||||
|
||||
/* Maximum number of output arguments */
|
||||
#define ECL_MULTIPLE_VALUES_LIMIT 64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue