* as/hc08/aslex.c,
[fw/sdcc] / as / hc08 / aslink.h
index a2dd2083d8c61fb12a7b7455d7bab2dccdf21f94..7a4dd81dbbcbac8cbfedb03be740c3b604c8ca50 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
@@ -679,7 +679,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();