Fixed (1970's/old-GNU style) a missing declaration of a function that

doesn't return int.
This commit is contained in:
Bruce Evans 1998-06-30 19:19:10 +00:00
parent e13d2860b1
commit 3e55a1b2c6

View File

@ -60,6 +60,7 @@ extern void output_trailers();
extern void free_symtab();
extern void open_extra_files();
extern char *int_to_string();
extern char *printable_version();
extern void fatal();
extern void fatals();
extern void warn();