diff options
| author | 2022-08-16 05:32:02 +0200 | |
|---|---|---|
| committer | 2022-08-16 05:32:02 +0200 | |
| commit | 77b2ae9b24d07770fdd22530bf22061a275cc0f0 (patch) | |
| tree | 8012f9730b1a2e725b45a2255e7c7a0e6eefc40a /bootstrap/all.h | |
| parent | 73f68a9c5ed4c8139cc1c4f7695da29e5a3fb4c8 (diff) | |
change 'not' to '!'
it looks nicer
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h index 77f4577..932fbe0 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -47,7 +47,6 @@ struct span { _(if) \ _(import) \ _(let) \ - _(not) \ _(or) \ _(return) \ _(sizeof) \ |