Formerly main.c.~53~

This commit is contained in:
Roland McGrath 1992-07-16 18:31:50 +00:00
parent b408ee65f6
commit f8197823a4

2
main.c
View file

@ -39,7 +39,9 @@ extern void print_vpath_data_base ();
extern int chdir (); extern int chdir ();
#endif #endif
#ifndef STDC_HEADERS #ifndef STDC_HEADERS
#ifndef sun /* Sun has an incorrect decl in a header. */
extern void exit (); extern void exit ();
#endif
extern double atof (); extern double atof ();
#endif #endif
extern char *mktemp (); extern char *mktemp ();