* src/pic/ralloc.c (newReg): create aliases for registers with
[fw/sdcc] / as / hc08 / lklex.c
index f7de6d3c2b45831e0476cbf30c3e76743475274e..7c481300bbd6c595a0f7e1dc4592c82f4b0d0ac3 100644 (file)
@@ -24,7 +24,7 @@
  *             VOID    getfid()
  *             VOID    getid()
  *             VOID    getSid()
- *             int     getline()
+ *             int     as_getline()
  *             int     getmap()
  *             char    getnb()
  *             int     more()
@@ -425,15 +425,15 @@ getmap(d)
        return (c);
 }
 
-/*)Function    int     getline()
+/*)Function    int     as_getline()
  *
- *     The function getline() reads a line of input text from a
+ *     The function as_getline() reads a line of input text from a
  *     .rel source text file, a .lnk command file or from stdin.
  *     Lines of text are processed from a single .lnk file or
  *     multiple .rel files until all files have been read.
  *     The input text line is copied into the global string ib[]
  *     and converted to a NULL terminated string.  The function
- *     getline() returns a (1) after succesfully reading a line
+ *     as_getline() returns a (1) after succesfully reading a line
  *     or a (0) if all files have been read.
  *     This function also opens each input .lst file and output
  *     .rst file as each .rel file is processed.
@@ -479,7 +479,7 @@ getmap(d)
  */
 
 int
-getline()
+as_getline()
 {
        register int ftype;
        register char *fid;