diff options
| author | 2022-08-28 09:20:07 +0200 | |
|---|---|---|
| committer | 2022-08-28 09:20:07 +0200 | |
| commit | a744bd5fcda35b086566ba961502d589eefd5fe9 (patch) | |
| tree | fd012846bbe973394966b47687ff0aeb9256a652 /src/cffc.hff | |
| parent | 57e8797417578239de57d8a62d32de403a89fb34 (diff) | |
fix some fold and add def const
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 1 |
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>, |