that rule is redundent

This commit is contained in:
Neil 2022-02-15 21:23:20 -08:00
parent e8a5d21558
commit 5c90cd9088
1 changed files with 0 additions and 2 deletions

View File

@ -227,7 +227,5 @@ scan:
return x->symbol = ARG_FREEFORM, 1; }
<edict, edict_end> "]" => expect_line
{ if(scan.edict.size) return 0; goto scan; }
<edict, edict_keyword, edict_date, edict_freeform, edict_end> *
{ return x->symbol = SYNTAX, 0; }
*/
}