Lengthened the maximum filename to 256 chars
[fw/sdcc] / as / z80 / asm.h
index 7d9ea7a996414ae5fb641efaf3795c8434853aea..520f52c4416e74a90c0fa5dc5d45381438c07057 100644 (file)
@@ -82,7 +82,7 @@
 #define        MAXFIL  6               /* Maximum command line input files */
 #define        MAXINC  6               /* Maximum nesting of include files */
 #define        MAXIF   10              /* Maximum nesting of if/else/endif */
-#define        FILSPC  80              /* Chars. in filespec */
+#define        FILSPC  256             /* Chars. in filespec */
 
 #define NLIST  0               /* No listing */
 #define SLIST  1               /* Source only */