aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,