disabled debug flag.. caused NullPointerException if prog was empty

This commit is contained in:
benfry
2003-09-03 02:50:24 +00:00
parent 8697dde9ba
commit 40575fe31c

View File

@@ -164,7 +164,7 @@ public class PdePreprocessor {
writeFooter(stream);
stream.close();
final boolean debug = true;
final boolean debug = false; //true;
// if we're debugging, serialize the parse tree to an XML file. can
// be viewed usefully with Mozilla or IE