diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-02 21:57:33 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-02 21:57:33 +0000 |
commit | 4732cd70bcdfc640f366e89a799a2387b350ed69 (patch) | |
tree | d0c4b3d6a5eb76efb2f1e22069932e0f3c392599 /bfd | |
parent | 7050286db6c6aeae6a65803a34978ee9e01b5c04 (diff) | |
download | gdb-4732cd70bcdfc640f366e89a799a2387b350ed69.zip gdb-4732cd70bcdfc640f366e89a799a2387b350ed69.tar.gz gdb-4732cd70bcdfc640f366e89a799a2387b350ed69.tar.bz2 |
eliminate use of obsolete EXFUN
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/hppabsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h index 5f786a8..a1ffcbb 100644 --- a/bfd/hosts/hppabsd.h +++ b/bfd/hosts/hppabsd.h @@ -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 |