Allow 4-dimensional arrays (experimental)

Refs #43
This commit is contained in:
Zeex 2015-04-13 12:23:35 +06:00
parent 25c7f33a73
commit 6e8bdc7438

View File

@ -50,7 +50,7 @@
#define CTRL_CHAR '\\' /* default control character */
#define sCHARBITS 8 /* size of a packed character */
#define sDIMEN_MAX 3 /* maximum number of array dimensions */
#define sDIMEN_MAX 4 /* maximum number of array dimensions */
#define sLINEMAX 4095 /* input line length (in characters) */
#define sCOMP_STACK 32 /* maximum nesting of #if .. #endif sections */
#define sDEF_LITMAX 500 /* initial size of the literal pool, in "cells" */