* src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
[fw/sdcc] / as / mcs51 / asdata.c
index 51f1c37b983d5f4612d5712d224af6cb90055e3a..f952d961ed965135eac49ab3399e547da9e6ea2e 100644 (file)
@@ -17,9 +17,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 /*)Module      asdata.c
@@ -54,13 +51,13 @@ int iflvl[MAXIF+1]; /*      array of IF-ELSE-ENDIF flevel
                         *      values indexed by tlevel
                         */
 
-char   afn[FILSPC];            /*      afile temporary file name
+char   afn[FILENAME_MAX];              /*      afile temporary file name
                                 */
-char   srcfn[MAXFIL][FILSPC];  /*      array of source file names
+char   srcfn[MAXFIL][FILENAME_MAX];    /*      array of source file names
                                 */
 int    srcline[MAXFIL];        /*      source line number
                                 */
-char   incfn[MAXINC][FILSPC];  /*      array of include file names
+char   incfn[MAXINC][FILENAME_MAX];    /*      array of include file names
                                 */
 int    incline[MAXINC];        /*      include line number
                                 */