From a744bd5fcda35b086566ba961502d589eefd5fe9 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 28 Aug 2022 09:20:07 +0200 Subject: fix some fold and add def const --- 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 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, peektok Option, -- cgit v1.2.3