diff options
Diffstat (limited to 'bootstrap/cgen.c')
| -rw-r--r-- | bootstrap/cgen.c | 1 |
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"); } |