diff options
author | John Gilmore <gnu@cygnus> | 1993-08-03 06:36:30 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-08-03 06:36:30 +0000 |
commit | e49d5379165028ec21243ac1f918985d5125a8db (patch) | |
tree | badd7ad40e7d92418aa98de2c45c2d34242c4be9 /bfd/hosts/we32k.h | |
parent | 90fcdfbfcf0f8a5ea4bf0cb38da1ff00092e7760 (diff) | |
download | gdb-e49d5379165028ec21243ac1f918985d5125a8db.zip gdb-e49d5379165028ec21243ac1f918985d5125a8db.tar.gz gdb-e49d5379165028ec21243ac1f918985d5125a8db.tar.bz2 |
* elf32-hppa.h, hosts/*: Remove (one more time) all occurrances
of EXFUN in the BFD sources. Heave ho!
Diffstat (limited to 'bfd/hosts/we32k.h')
-rw-r--r-- | bfd/hosts/we32k.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bfd/hosts/we32k.h b/bfd/hosts/we32k.h index 6d5dd98..c4be619 100644 --- a/bfd/hosts/we32k.h +++ b/bfd/hosts/we32k.h @@ -14,14 +14,14 @@ #endif #ifndef DONTDECLARE_MALLOC -extern PTR EXFUN(malloc,(unsigned)); -extern PTR EXFUN(realloc, (PTR, unsigned)); +extern PTR malloc PARAMS ((unsigned)); +extern PTR realloc PARAMS ((PTR, unsigned)); #endif -extern int EXFUN(abort,(void)); -extern int EXFUN(free,(PTR)); -extern void EXFUN(bcopy,(char*,char*,int)); -extern void EXFUN(exit,(int)); -extern void EXFUN(bzero,(char *, int)); +extern int abort PARAMS ((void)); +extern int free PARAMS ((PTR)); +extern void bcopy PARAMS ((char*, char*, int)); +extern void exit PARAMS ((int)); +extern void bzero PARAMS ((char *, int)); extern int strtol(); #define NO_STDARG 1 |