From: Roland McGrath Date: Thu, 16 Jul 1992 18:31:50 +0000 (+0000) Subject: Formerly main.c.~53~ X-Git-Tag: 3.70.2~665 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8197823a4874b550c2ac759a8272dea1ebf13bb;p=thirdparty%2Fmake.git Formerly main.c.~53~ --- diff --git a/main.c b/main.c index 63696534..ab4aab77 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 ();