aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-16 05:33:10 +0200
committerlemon <lsof@mailbox.org>2022-08-16 05:33:10 +0200
commit5bc23671b5569d86196643f58f4f70997383b4a4 (patch)
treebffd86e3f0d67dcb1b7c0a70911f3120f6f88426 /src/cffc.hff
parent77b2ae9b24d07770fdd22530bf22061a275cc0f0 (diff)
syntax
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cffc.hff b/src/cffc.hff
index 82c9081..3ff78c4 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -96,7 +96,7 @@ struct Parser {
enum UnOp {
neg,
- lnot,
+ not,
compl,
deref,
addrof,