make the debugging support code compile under JDK 1.3
This commit is contained in:
@@ -27,7 +27,7 @@ import lua.io.LoadState;
|
||||
import lua.value.LString;
|
||||
|
||||
public class DebugUtils {
|
||||
public static final boolean IS_DEBUG = false;
|
||||
public static final boolean IS_DEBUG = true;
|
||||
|
||||
public static void println(String message) {
|
||||
if (IS_DEBUG) {
|
||||
|
||||
Reference in New Issue
Block a user