Rename getline() to not conflict with the standard POSIX interface of the same name.

This commit is contained in:
Pascal Stumpf
2012-08-09 21:35:12 +02:00
committed by Jon Trulson
parent d1848610a7
commit 18dd384068
3 changed files with 4 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ char *realloc();
char *copy();
char *base_name();
char *getline();
char *our_getline();
struct symtab **slookup();
struct symtab **isdefined();
struct symtab **fdefined();