* device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
[fw/sdcc] / as / z80 / asm.h
index 48e0500fb98e59b24de9e8c92a8adbda7d0e69bc..91de7ae161974efc9a46900fc840e114b88e0d2d 100644 (file)
@@ -18,7 +18,7 @@
 /*
  * Case Sensitivity Flag
  */
-#define        CASE_SENSITIVE  0
+#define        CASE_SENSITIVE  1
 
 /*)Module      asm.h
  *
@@ -432,7 +432,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
                                 */
 
@@ -524,7 +524,7 @@ extern      VOID            usage();
 extern char            endline();
 extern char            get();
 extern VOID            getid();
-extern int             getline();
+extern int             as_getline();
 extern int             getmap();
 extern char            getnb();
 extern VOID            getst();