diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-16 18:31:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-16 18:31:50 +0000 |
commit | f8197823a4874b550c2ac759a8272dea1ebf13bb (patch) | |
tree | 8de84bf2d572b665ff48c7f0a905fb4267e7af4a | |
parent | b408ee65f606d9728972b0bfff683597ec0b76e6 (diff) | |
download | gunmake-f8197823a4874b550c2ac759a8272dea1ebf13bb.tar.gz |
Formerly main.c.~53~
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,7 +39,9 @@ extern void print_vpath_data_base (); extern int chdir (); #endif #ifndef STDC_HEADERS +#ifndef sun /* Sun has an incorrect decl in a header. */ extern void exit (); +#endif extern double atof (); #endif extern char *mktemp (); |