diff options
Diffstat (limited to 'bfd/hosts/hppahpux.h')
-rw-r--r-- | bfd/hosts/hppahpux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index 1d73c3f..ad2f102 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -16,6 +16,10 @@ void free(); #define SEEK_SET 0 #define SEEK_CUR 1 +#ifndef __STDC__ +#define NATIVE_HPPAHPUX_COMPILER +#endif + #if 0 static int rename(from, to) |