mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
beginning rev 77: new jikes 1.22 on windows, and fixing warnings generated
by it
This commit is contained in:
@@ -257,8 +257,10 @@ public class PdePreprocessor {
|
||||
|
||||
// unclear if this actually works, but it's worth a shot
|
||||
//
|
||||
((CommonAST)parserAST).setVerboseStringConversion(
|
||||
true, parser.getTokenNames());
|
||||
//((CommonAST)parserAST).setVerboseStringConversion(
|
||||
// true, parser.getTokenNames());
|
||||
// (made to use the static version because of jikes 1.22 warning)
|
||||
CommonAST.setVerboseStringConversion(true, parser.getTokenNames());
|
||||
|
||||
// if this is an advanced program, the classname is already defined.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user