Set max macro arguments to 99,999

This commit is contained in:
aaaaaa123456789
2020-05-12 06:46:17 -03:00
parent a828f82414
commit 89fb372326
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
#include "asm/symbol.h"
#define MAXUNIONS 128
#define MAXMACROARGS 256
#define MAXMACROARGS 99999
#define MAXINCPATHS 128
extern int32_t nLineNo;