fix declaration of free
authorK. Richard Pixley <rich@cygnus>
Sun, 17 May 1992 00:58:37 +0000 (00:58 +0000)
committerK. Richard Pixley <rich@cygnus>
Sun, 17 May 1992 00:58:37 +0000 (00:58 +0000)
bfd/hosts/sun3.h

index d1df8d62b1548a8718d60c33df75672b9c70294a..f85aab169f68217d4fca27acec2080631940e5e6 100644 (file)
 #define SEEK_SET 0
 #define SEEK_CUR 1
 
+#ifdef __STDC__
 extern void EXFUN(free,(PTR));
+#else /* not __STDC__ */
+extern int EXFUN(free,(PTR));
+#endif /* not __STDC__ */
 extern int  EXFUN(abort,(void));
 extern int  EXFUN(close,(int));
 extern int  EXFUN(fcntl,(int des, int cmd, int e));
This page took 0.023606 seconds and 4 git commands to generate.