From 56a56f4c15e4becf0ed7836abe0d46e5e9612081 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 6 Mar 1992 12:14:14 +0000 Subject: Now use EXFUN rather than PROTO, so that things using ansidecl.h and not bfd.h can use them --- bfd/hosts/dgux.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bfd/hosts/dgux.h') diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h index 09aea10..f5bd533 100644 --- a/bfd/hosts/dgux.h +++ b/bfd/hosts/dgux.h @@ -12,15 +12,15 @@ #include #ifndef DONTDECLARE_MALLOC -extern PROTO(PTR,malloc,(unsigned)); -extern PROTO(PTR ,realloc, (PTR, unsigned)); +extern PTR EXFUN(malloc,(unsigned)); +extern PTR EXFUN(realloc, (PTR, unsigned)); #endif -extern PROTO(int, abort,(void)); -extern PROTO(int, free,(PTR)); -extern PROTO(void, bcopy,(char*,char*,int)); -extern PROTO(void, exit,(int)); +extern int EXFUN( abort,(void)); +extern int EXFUN( free,(PTR)); +extern void EXFUN( bcopy,(char*,char*,int)); +extern void EXFUN( exit,(int)); extern int strtol(); -extern PROTO(void, bzero,(char *, int)); +extern void EXFUN( bzero,(char *, int)); #define NO_STDARG 1 -- cgit v1.1