Eclipse3M7 version
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / DocumentElementParser.java
index f2cb849..079b182 100644 (file)
@@ -1009,7 +1009,7 @@ public CompilationUnitDeclaration endParse(int act) {
 public void initialize() {
        //positionning the parser for a new compilation unit
        //avoiding stack reallocation and all that....
-       super.initialize();
+       super.initialize(false);
        intArrayPtr = -1;
 }
 /**