From 290a8a0b23e9428ac70af6220c57d8a892a4c4a8 Mon Sep 17 00:00:00 2001 From: Jordon Moss Date: Wed, 26 Apr 2017 14:27:06 -0300 Subject: [PATCH] Increased max function count like ACSUtils_ACC. Change to match this: https://github.com/Korshun/acsutils_acc/commit/42506c43ecb980975a5bbad7c3cf1190672f8f56 --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index a94b56e..343d545 100644 --- a/common.h +++ b/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