Added strcmpi.[hc] to gbz80 and z80 VC projects
[fw/sdcc] / as / mcs51 / aslink.h
index 1833938ea856895e7791469bd37033ce620567b4..bcd921d9a9299202c0ffe2eb6cdb06c9b5fff864 100644 (file)
@@ -497,7 +497,7 @@ extern  char    ccase[];        /*      an array of characters which
 extern  struct  lfile   *filep; /*      The pointers (lfile *) filep,
                                  *      (lfile *) cfp, and (FILE *) sfp
                                  *      are used in conjunction with
-                                 *      the routine getline() to read
+                                 *      the routine as_getline() to read
                                  *      asmlnk commands from
                                  *      (1) the standard input or
                                  *      (2) or a command file
@@ -683,7 +683,7 @@ extern  char            get();
 extern  VOID            getfid();
 extern  VOID            getid();
 extern  VOID            getSid();
-extern  int             getline();
+extern  int             as_getline();
 extern  int             getmap();
 extern  char            getnb();
 extern  int             more();