implement exit

This commit is contained in:
2021-11-13 20:22:24 +01:00
parent bc6d7e5d25
commit 8c006a0d87
4 changed files with 27 additions and 4 deletions
+1
View File
@@ -75,6 +75,7 @@ enum fh_substate {
FH_SUBSTATE_DOTQUOTE,
FH_SUBSTATE_PARENCOMMENT,
FH_SUBSTATE_LINECOMMENT,
FH_SUBSTATE_EXIT,
FH_SUBSTATE_MAX,
};