Commands now evaluate their reference Zone at runtime, thus handling of forward references in the parser is no more needed.
svn-id: r39738
This commit is contained in:
parent
d883cb209e
commit
011b73a09b
5 changed files with 15 additions and 34 deletions
|
@ -34,6 +34,7 @@ Command::Command() {
|
|||
_id = 0;
|
||||
_flagsOn = 0;
|
||||
_flagsOff = 0;
|
||||
_valid = false;
|
||||
|
||||
_flags = 0;
|
||||
_string = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue