eliminate use of obsolete EXFUN
authorKen Raeburn <raeburn@cygnus>
Wed, 2 Jun 1993 21:57:33 +0000 (21:57 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 2 Jun 1993 21:57:33 +0000 (21:57 +0000)
bfd/hosts/hppabsd.h

index 5f786a8acdcf08895aa371ad36112fae179d53f7..a1ffcbbc79993339b80aa94ca460da2517e64689 100644 (file)
@@ -10,8 +10,8 @@
 #include <string.h>
 #include <sys/file.h>
 
-extern PTR  EXFUN(malloc,(unsigned));
-extern void EXFUN(free, (PTR));
+extern PTR  malloc PARAMS ((unsigned));
+extern void free   PARAMS ((PTR));
 
 #define HOST_HPPABSD