SCI: Store parse_tree_branch_t in a Common::Arraay
svn-id: r40100
This commit is contained in:
parent
7b11ef429e
commit
486f10edaf
9 changed files with 57 additions and 78 deletions
|
@ -142,9 +142,7 @@ EngineState::EngineState() : _dirseeker(this) {
|
|||
debug_mode = 0;
|
||||
sys_strings_segment = 0;
|
||||
sys_strings = 0;
|
||||
parser_branches = 0;
|
||||
parser_rules = 0;
|
||||
parser_branches_nr = 0;
|
||||
memset(parser_nodes, 0, sizeof(parser_nodes));
|
||||
|
||||
parser_valid = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue