fixme removed
This commit is contained in:
parent
cfa2a3e12a
commit
51d0474d95
@ -217,7 +217,6 @@ scan:
|
|||||||
<edict_natural> ws* @s0 natural @s1 ws* ";"?
|
<edict_natural> ws* @s0 natural @s1 ws* ";"?
|
||||||
{ x->s0 = s0, x->s1 = s1; expect_pop();
|
{ x->s0 = s0, x->s1 = s1; expect_pop();
|
||||||
return x->symbol = ARG_NATURAL, 1; }
|
return x->symbol = ARG_NATURAL, 1; }
|
||||||
// fixme!
|
|
||||||
<edict_freeform> ws* @s0
|
<edict_freeform> ws* @s0
|
||||||
([^] \ (sentinel | illegal | newline | ws | [;[\]]))
|
([^] \ (sentinel | illegal | newline | ws | [;[\]]))
|
||||||
([^] \ (sentinel | illegal | newline | [;[\]]))*
|
([^] \ (sentinel | illegal | newline | [;[\]]))*
|
||||||
|
Loading…
Reference in New Issue
Block a user