aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-09-01 09:31:49 +0200
committerlemon <lsof@mailbox.org>2022-09-01 09:31:49 +0200
commit95b02a948385370092bae845a83fd5f14af82438 (patch)
tree001483cbe9a015d6bde56f051dd62a88ac88d7ec /src/cffc.hff
parent3bbbacae5c7deb27b2125bbfb47d8ce73ca56bb0 (diff)
relax block comment lexing requirements
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 135e8d8..6ae2c6d 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -149,6 +149,7 @@ struct Parser {
curloc Loc,
eof bool,
error bool,
+ is_comment bool,
is_header bool,
peekchr Option<int>,
peektok Option<Tok>,