aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/cgen.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-16 05:32:02 +0200
committerlemon <lsof@mailbox.org>2022-08-16 05:32:02 +0200
commit77b2ae9b24d07770fdd22530bf22061a275cc0f0 (patch)
tree8012f9730b1a2e725b45a2255e7c7a0e6eefc40a /bootstrap/cgen.c
parent73f68a9c5ed4c8139cc1c4f7695da29e5a3fb4c8 (diff)
change 'not' to '!'
it looks nicer
Diffstat (limited to 'bootstrap/cgen.c')
-rw-r--r--bootstrap/cgen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap/cgen.c b/bootstrap/cgen.c
index 39cbba0..665bdc5 100644
--- a/bootstrap/cgen.c
+++ b/bootstrap/cgen.c
@@ -847,7 +847,6 @@ static void
prelude() {
pri("#include <stdint.h>\n"
"#include <stddef.h>\n"
- "#define not !\n"
"#define and &&\n"
"#define or ||\n");
}