* elf32-hppa.h, hosts/*: Remove (one more time) all occurrances
[deliverable/binutils-gdb.git] / bfd / hosts / harris.h
index 0d86aa16ea92740d75565f0f4907de59fb2168ee..26ab4a6185586cdbda52e6e6e3481c1b73236ca5 100644 (file)
 #include <stdio.h>
 
 #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();
 
This page took 0.023558 seconds and 4 git commands to generate.