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:
Dave Korn
2009-04-28 04:02:30 +00:00
committed by Dave Korn
parent 33cbe42179
commit 903db43579
10 changed files with 38 additions and 24 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ gnu::classpath::Configuration::classpath_home()
jboolean
gnu::classpath::Configuration::debug()
{
#ifdef DEBUG
#ifdef __GCJ_DEBUG
return true;
#else
return false;