Initialize the pp's engine _dot member.

This commit is contained in:
Roberto Raggi
2009-10-21 16:54:59 +02:00
parent 996866814a
commit de82f1e3f7

View File

@@ -547,6 +547,7 @@ Preprocessor::Preprocessor(Client *client, Environment *env)
_expand(env),
_skipping(MAX_LEVEL),
_trueTest(MAX_LEVEL),
_dot(_tokens.end()),
_result(0),
_markGeneratedTokens(false),
_expandMacros(true)