mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
rgbasm: bump MAXMACROARGS up to 256 from 9
This commit is contained in:
@@ -29,7 +29,7 @@ extern struct sSymbol *tHashedSymbols[HASHSIZE];
|
||||
extern struct sSymbol *pPCSymbol;
|
||||
extern bool oDontExpandStrings;
|
||||
|
||||
#define MAXMACROARGS 9
|
||||
#define MAXMACROARGS 256
|
||||
#define MAXINCPATHS 16
|
||||
|
||||
#endif /* // ASM_H */
|
||||
|
||||
Reference in New Issue
Block a user