fixme removed

This commit is contained in:
Neil 2022-02-15 20:34:56 -08:00
parent cfa2a3e12a
commit 51d0474d95
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ scan:
<edict_natural> ws* @s0 natural @s1 ws* ";"?
{ x->s0 = s0, x->s1 = s1; expect_pop();
return x->symbol = ARG_NATURAL, 1; }
// fixme!
<edict_freeform> ws* @s0
([^] \ (sentinel | illegal | newline | ws | [;[\]]))
([^] \ (sentinel | illegal | newline | [;[\]]))*