eliminate use of obsolete EXFUN

This commit is contained in:
Ken Raeburn 1993-06-02 21:57:33 +00:00
parent 7050286db6
commit 4732cd70bc

View file

@ -10,8 +10,8 @@
#include <string.h>
#include <sys/file.h>
extern PTR EXFUN(malloc,(unsigned));
extern void EXFUN(free, (PTR));
extern PTR malloc PARAMS ((unsigned));
extern void free PARAMS ((PTR));
#define HOST_HPPABSD