X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=link%2Fz80%2Faslink.h;h=fabdb1c3631894744ed20b44cc336346a2c4ba01;hb=1f6f478ebf8fd533e2819f9558e90de1b6bee503;hp=939e7437f3bd7871b76d9e1af5adc04a0c11a97d;hpb=6d080aabf22676ff1d378afc6de668099ee9da6f;p=fw%2Fsdcc diff --git a/link/z80/aslink.h b/link/z80/aslink.h index 939e7437..fabdb1c3 100644 --- a/link/z80/aslink.h +++ b/link/z80/aslink.h @@ -485,7 +485,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 lk_getline() to read * asmlnk commands from * (1) the standard input or * (2) or a command file @@ -649,7 +649,7 @@ extern char endline(); extern char get(); extern VOID getfid(); extern VOID getid(); -extern int getline(); +extern int lk_getline(); extern int getmap(); extern char getnb(); extern int more();