diff options
Diffstat (limited to 'src/include/port/hpux.h')
-rw-r--r-- | src/include/port/hpux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index 949ae23124a..e96c5324a31 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -13,14 +13,12 @@ #ifndef BYTE_ORDER #define BYTE_ORDER BIG_ENDIAN #endif - #elif defined(__ia64) /* HPUX runs IA64 in big-endian mode */ #ifndef BYTE_ORDER #define BYTE_ORDER BIG_ENDIAN #endif - #else #error unrecognized CPU type for HP-UX |