remove OSF1 support
This commit is contained in:
@@ -118,11 +118,7 @@ public:
|
||||
};
|
||||
|
||||
void swap_order() {
|
||||
#ifdef __osf__
|
||||
ORDER_SWAP_INT(fwd_ptr);
|
||||
#else
|
||||
ORDER_SWAP_LONG(fwd_ptr);
|
||||
#endif
|
||||
ORDER_SWAP_UINT(header.int_view);
|
||||
swapped = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user