aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/i386v.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-08-03 06:36:30 +0000
committerJohn Gilmore <gnu@cygnus>1993-08-03 06:36:30 +0000
commite49d5379165028ec21243ac1f918985d5125a8db (patch)
treebadd7ad40e7d92418aa98de2c45c2d34242c4be9 /bfd/hosts/i386v.h
parent90fcdfbfcf0f8a5ea4bf0cb38da1ff00092e7760 (diff)
downloadgdb-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/i386v.h')
-rw-r--r--bfd/hosts/i386v.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h
index f45bdbd..2d2c8ee 100644
--- a/bfd/hosts/i386v.h
+++ b/bfd/hosts/i386v.h
@@ -29,9 +29,9 @@
#include <string.h>
#ifndef DONTDECLARE_MALLOC
-extern PTR EXFUN(malloc,(unsigned));
-extern PTR EXFUN(realloc, (PTR, unsigned));
-extern void EXFUN(free,(PTR));
+extern PTR malloc PARAMS ((unsigned));
+extern PTR realloc PARAMS ((PTR, unsigned));
+extern void free PARAMS ((PTR));
#endif
#include "fopen-same.h"