better fix for bug #954173
[fw/sdcc] / as / mcs51 / asm.h
index 0036a063e5b96d690d0b6d0d2612afeca0a8698b..c81374ab30bee16c685a78f5332698509a3df183 100644 (file)
@@ -327,7 +327,8 @@ struct      sym
 #define        S_ORG           24      /* .org */
 #define        S_MODUL         25      /* .module */
 #define        S_ASCIS         26      /* .ascis */
-#define        S_FLAT24        27      /* .flat24 */
+#define        S_FLAT24        27  /* .flat24 */
+#define        S_OPTSDCC       28  /* .optsdcc */
 
 
 /*
@@ -478,6 +479,8 @@ extern      char    tb[NTITL];      /*      Title string buffer
                                 */
 extern char    stb[NSBTL];     /*      Subtitle string buffer
                                 */
+extern  char   optsdcc[NINPUT];        /*      sdcc compile options 
+                        */
 extern         int     flat24Mode;     /*      non-zero if we are using DS390 24 bit 
                                 *      flat mode (via .flat24 directive). 
                                 */
@@ -497,7 +500,7 @@ extern      FILE    *sfp[MAXFIL];   /*      array of assembler-source file handles
                                 */
 extern FILE    *ifp[MAXINC];   /*      array of include-file file handles
                                 */
-extern char    ctype[128];     /*      array of character types, one per
+extern unsigned char   ctype[128];     /*      array of character types, one per
                                 *      ASCII character
                                 */