allow for APPLE MACH compilation
[fw/sdcc] / as / z80 / asm.h
index 734aaa20c1fef04a86ca311f734cd6fdf650a7c7..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 */
@@ -594,6 +594,5 @@ extern      struct  mne     mne[];
 
 /* Machine dependent functions */
 
-extern VOID            machin();
 extern VOID            minit();