From ee7cd3e6b622a8c40236ac26270e369bc28af007 Mon Sep 17 00:00:00 2001 From: pk33 Date: Sun, 3 Nov 2024 01:39:28 +0100 Subject: modesetting tweaks --- musl/iso646.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 musl/iso646.h (limited to 'musl/iso646.h') diff --git a/musl/iso646.h b/musl/iso646.h new file mode 100644 index 0000000..88ff53d --- /dev/null +++ b/musl/iso646.h @@ -0,0 +1,20 @@ +#ifndef _ISO646_H +#define _ISO646_H + +#ifndef __cplusplus + +#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 + +#endif -- cgit v1.2.3