String fragments support

WIP: No regressions in this part, I hope

svn-id: r39297
This commit is contained in:
Lars Skovlund 2009-03-10 14:52:02 +00:00
parent cbfd80a5d1
commit 3cddcb1660
10 changed files with 130 additions and 53 deletions

View file

@ -137,6 +137,8 @@ EngineState::EngineState() : _dirseeker(this) {
script_000_segment = 0;
script_000 = 0;
string_frag_segment = 0;
parser_lastmatch_word = 0;
bp_list = 0;
have_bp = 0;