From 95b02a948385370092bae845a83fd5f14af82438 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 1 Sep 2022 09:31:49 +0200 Subject: relax block comment lexing requirements --- src/cffc.hff | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cffc.hff') 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, peektok Option, -- cgit v1.2.3