interpret.cc (DEBUG): Rename this ...
* interpret.cc (DEBUG): Rename this ... (__GCJ_DEBUG): ... to this throughout. * configure.ac: Likewise. * interpret-run.cc: Likewise. * prims.cc: Likewise. * gnu/classpath/natConfiguration.cc: Likewise. * include/java-assert.h: Likewise. * java/io/natVMObjectInputStream.cc: Likewise. * configure: Regenerate. * include/config.h.in: Regenerate. From-SVN: r146869
This commit is contained in:
@@ -25,7 +25,7 @@ gnu::classpath::Configuration::classpath_home()
|
||||
jboolean
|
||||
gnu::classpath::Configuration::debug()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
#ifdef __GCJ_DEBUG
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user