diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-09-18 22:23:59 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-09-18 22:23:59 +0000 |
| commit | cd5791c108071c0c7d4c6676cb532eec29830b82 (patch) | |
| tree | 94cbd1cfe77392deaaf84182d6c315bc72adbd97 /include | |
| parent | 81f8d226f96dbdbf262f2e492b82705fe2bfa4b7 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/iso646.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/include/iso646.h b/include/iso646.h index e397fe61a0c0..d38bf4be6a2e 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -27,18 +27,18 @@ */ #ifndef _ISO646_H_ -#define _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 ^= +#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 /* !_ISO646_H_ */ |
