freestnd-c-hdrs-0bsd/iso646.h

32 lines
413 B
C
Raw Normal View History

2023-04-16 08:24:29 +03:00
#ifndef __FSTD_HDRS_ISO646_H
#define __FSTD_HDRS_ISO646_H 1
2022-02-17 10:16:54 +03:00
#ifndef __cplusplus
#undef and
2022-02-17 10:16:54 +03:00
#define and &&
#undef and_eq
2022-02-17 10:16:54 +03:00
#define and_eq &=
#undef bitand
2022-02-17 10:16:54 +03:00
#define bitand &
#undef bitor
2022-02-17 10:16:54 +03:00
#define bitor |
#undef compl
2022-02-17 10:16:54 +03:00
#define compl ~
#undef not
2022-02-17 10:16:54 +03:00
#define not !
#undef not_eq
2022-02-17 10:16:54 +03:00
#define not_eq !=
#undef or
2022-02-17 10:16:54 +03:00
#define or ||
#undef or_eq
2022-02-17 10:16:54 +03:00
#define or_eq |=
#undef xor
2022-02-17 10:16:54 +03:00
#define xor ^
#undef xor_eq
2022-02-17 10:16:54 +03:00
#define xor_eq ^=
#endif
#endif