From 77b2ae9b24d07770fdd22530bf22061a275cc0f0 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 16 Aug 2022 05:32:02 +0200 Subject: change 'not' to '!' it looks nicer --- bootstrap/cgen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap/cgen.c') 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 \n" "#include \n" - "#define not !\n" "#define and &&\n" "#define or ||\n"); } -- cgit v1.2.3