mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
Increased max function count like ACSUtils_ACC.
Change to match this: 42506c43ec
This commit is contained in:
parent
e0aa06bd0e
commit
290a8a0b23
1 changed files with 1 additions and 1 deletions
2
common.h
2
common.h
|
@ -50,7 +50,7 @@
|
|||
// Added Ty 07Jan2000 for error details
|
||||
#define MAX_STATEMENT_LENGTH 4096
|
||||
|
||||
#define MAX_FUNCTION_COUNT 256
|
||||
#define MAX_FUNCTION_COUNT 8192
|
||||
|
||||
#define MAX_IMPORTS 256
|
||||
|
||||
|
|
Loading…
Reference in a new issue