1 diff -ur a/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp b/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp
2 --- a/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp 2011-06-28 11:26:14.000000000 +0300
3 +++ b/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp 2011-07-16 09:01:31.000000000 +0300
5 /** Verbose debug messages */
6 public static final int VERBOSE = 6;
7 /** Set this to false to disable compilation of Debug statements */
8 - public static final boolean debug = DEBUGSETTING;
9 + public static final boolean debug = @DEBUGSETTING@;
10 /** The current output stream (defaults to System.err) */
11 public static PrintStream debugout = System.err;
12 private static Properties prop = null;