shithub: rgbds

Download patch

ref: a91187d8dc823677dc0d1edab56d31e3eca14aeb
parent: 0b5e0745917d065b30fd87fc3abb3e061634ee87
author: AntonioND <[email protected]>
date: Sun Jan 22 18:08:00 EST 2017

Increase number of include paths through CLI

Increase number of include paths that can be passed through the
command line interface. The previous number, 16, is only good enough
for small projects. 128 is still an arbitrary number, but it is harder
to reach.

--- a/include/asm/asm.h
+++ b/include/asm/asm.h
@@ -30,6 +30,6 @@
 extern bool oDontExpandStrings;
 
 #define MAXMACROARGS	256
-#define MAXINCPATHS		16
+#define MAXINCPATHS		128
 
 #endif	/* //       ASM_H */