#pragma force_top_level #pragma include_only_once /* iso646.h: ISO 'C' NA1 library header */ /* Copyright (C) Advanced Risc Machines Ltd., 1996 */ /* version 1 */ #ifndef __iso646_h #define __iso646_h #define and && #define and_eq &= #define bitand & #define bitor | #define compl ~ #define not ! #define not_eq != #define or || #define or_eq |= #define xor ^ #define xor_eq ^= #endif /* end of iso646.h */