aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-28 09:20:07 +0200
committerlemon <lsof@mailbox.org>2022-08-28 09:20:07 +0200
commita744bd5fcda35b086566ba961502d589eefd5fe9 (patch)
treefd012846bbe973394966b47687ff0aeb9256a652 /src/cffc.hff
parent57e8797417578239de57d8a62d32de403a89fb34 (diff)
fix some fold and add def const
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff
index 066c1f7..7dc9cfa 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -150,6 +150,7 @@ struct Parser {
tokloc Loc,
curloc Loc,
eof bool,
+ error bool,
is_header bool,
peekchr Option<int>,
peektok Option<Tok>,