summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-16 18:31:50 +0000
committerRoland McGrath <roland@redhat.com>1992-07-16 18:31:50 +0000
commitf8197823a4874b550c2ac759a8272dea1ebf13bb (patch)
tree8de84bf2d572b665ff48c7f0a905fb4267e7af4a
parentb408ee65f606d9728972b0bfff683597ec0b76e6 (diff)
downloadgunmake-f8197823a4874b550c2ac759a8272dea1ebf13bb.tar.gz
Formerly main.c.~53~
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6369653..ab4aab7 100644
--- a/main.c
+++ b/main.c
@@ -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 ();