mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
Formerly main.c.~53~
This commit is contained in:
parent
b408ee65f6
commit
f8197823a4
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -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 ();
|
||||||
|
|
Loading…
Reference in a new issue