diff options
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r-- | bfd/hosts/i386v.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index f2a5c7d..eda2f3c 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -44,9 +44,9 @@ */ #ifndef DONTDECLARE_MALLOC -extern PTR EXFUN(malloc,(unsigned)); +extern PTR EXFUN(malloc,(unsigned)); extern PTR EXFUN(realloc, (PTR, unsigned)); -extern void EXFUN( free,(PTR)); +extern void EXFUN(free,(PTR)); #endif /* EXACT TYPES */ |