Compile with acc
authorSteve Chamberlain <sac@cygnus>
Fri, 8 May 1992 21:07:40 +0000 (21:07 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 8 May 1992 21:07:40 +0000 (21:07 +0000)
bfd/hosts/sparc.h

index a604c8fe550b96c789fadb863a599dda6bf590a1..e03a09429dfbee11cb90a8774574badf25b1b2f5 100644 (file)
 #endif
 #define SEEK_SET 0
 #define SEEK_CUR 1
-
+#ifdef __STDC__
+#include <stdlib.h>
+#include <string.h>
+#else
 extern char *EXFUN(mktemp,(CONST char*));
 extern int   EXFUN(fflush,(FILE *));
 extern int   EXFUN(write,(int, CONST char *, int));
@@ -75,7 +78,7 @@ extern long atol();
 extern char *getenv();
 extern int fputc();
 extern int unlink();
-
+#endif /* __STDC__ */
 
 /* EXACT TYPES */
 typedef char int8e_type;