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
|
|
|
|
2023-04-26 00:19:25 +03:00
|
|
|
#ifndef __cplusplus
|
|
|
|
|
|
|
|
#undef and
|
2022-02-17 10:16:54 +03:00
|
|
|
#define and &&
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef and_eq
|
2022-02-17 10:16:54 +03:00
|
|
|
#define and_eq &=
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef bitand
|
2022-02-17 10:16:54 +03:00
|
|
|
#define bitand &
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef bitor
|
2022-02-17 10:16:54 +03:00
|
|
|
#define bitor |
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef compl
|
2022-02-17 10:16:54 +03:00
|
|
|
#define compl ~
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef not
|
2022-02-17 10:16:54 +03:00
|
|
|
#define not !
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef not_eq
|
2022-02-17 10:16:54 +03:00
|
|
|
#define not_eq !=
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef or
|
2022-02-17 10:16:54 +03:00
|
|
|
#define or ||
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef or_eq
|
2022-02-17 10:16:54 +03:00
|
|
|
#define or_eq |=
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef xor
|
2022-02-17 10:16:54 +03:00
|
|
|
#define xor ^
|
2023-04-26 00:19:25 +03:00
|
|
|
#undef xor_eq
|
2022-02-17 10:16:54 +03:00
|
|
|
#define xor_eq ^=
|
|
|
|
|
|
|
|
#endif
|
2023-04-26 00:19:25 +03:00
|
|
|
|
|
|
|
#endif
|