X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fhc08%2Faslink.h;h=7a4dd81dbbcbac8cbfedb03be740c3b604c8ca50;hb=5e7a815ef82dacf659fdad6451a982842eb255a2;hp=a2dd2083d8c61fb12a7b7455d7bab2dccdf21f94;hpb=a5cb802aeb90f8a7ed4b754945ffa0a44c852016;p=fw%2Fsdcc diff --git a/as/hc08/aslink.h b/as/hc08/aslink.h index a2dd2083..7a4dd81d 100644 --- a/as/hc08/aslink.h +++ b/as/hc08/aslink.h @@ -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();