]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly main.c.~53~
authorRoland McGrath <roland@redhat.com>
Thu, 16 Jul 1992 18:31:50 +0000 (18:31 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 16 Jul 1992 18:31:50 +0000 (18:31 +0000)
main.c

diff --git a/main.c b/main.c
index 6369653477fd594fc1141ef22bc21e0f33b920f3..ab4aab77f6fa1e3c37fbb3843b19b9e24b8ed276 100644 (file)
--- 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 ();