mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Some symbols which are now part of the legacy are not updated in msvc/ecl/config.h.msvc6
This commit is contained in:
parent
bd8ffe7379
commit
df4f2f716d
1 changed files with 4 additions and 5 deletions
|
|
@ -172,14 +172,13 @@ typedef unsigned char ecl_base_char;
|
|||
/*
|
||||
* Array limits
|
||||
*/
|
||||
#define ARANKLIM 64 /* array rank limit */
|
||||
#define ECL_ARRAY_RANK_LIMIT 64
|
||||
#ifdef GBC_BOEHM
|
||||
#define ADIMLIM 536870911 /* array dimension limit */
|
||||
#define ATOTLIM 536870911 /* array total limit */
|
||||
#define ECL_ARRAY_DIMENSION_LIMIT 536870911
|
||||
#else
|
||||
#define ADIMLIM 16*1024*1024 /* array dimension limit */
|
||||
#define ATOTLIM 16*1024*1024 /* array total limit */
|
||||
#define ECL_ARRAY_DIMENSION_LIMIT 16*1024*1024
|
||||
#endif
|
||||
#define ECL_ARRAY_TOTAL_LIMIT ECL_ARRAY_DIMENSION_LIMIT
|
||||
|
||||
/*
|
||||
* Function limits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue