From e49d5379165028ec21243ac1f918985d5125a8db Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 3 Aug 1993 06:36:30 +0000 Subject: * elf32-hppa.h, hosts/*: Remove (one more time) all occurrances of EXFUN in the BFD sources. Heave ho! --- bfd/hosts/harris.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bfd/hosts/harris.h') diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h index 0d86aa1..26ab4a6 100644 --- a/bfd/hosts/harris.h +++ b/bfd/hosts/harris.h @@ -12,14 +12,14 @@ #include #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(); -- cgit v1.1