Removed duplicate and inconsistent function declarations.

This commit is contained in:
dtrg 2005-06-25 15:52:19 +00:00
parent 35bd1df1aa
commit e0846f63be

View file

@ -73,7 +73,6 @@ extern Linerecord *currline;
extern char *itoa(); extern char *itoa();
extern char *salloc(); extern char *salloc();
extern char *sprint();
extern char *strcpy(); extern char *strcpy();
extern char *strcat(); extern char *strcat();
#if __STDC__ #if __STDC__