nativeLoad remove #ifdef JOWENNDEBUG
authormotse <none@none>
Thu, 4 Nov 2004 16:40:43 +0000 (16:40 +0000)
committermotse <none@none>
Thu, 4 Nov 2004 16:40:43 +0000 (16:40 +0000)
nat/Runtime.c
src/native/vm/VMRuntime.c

index 636834b731e863f14f67e5fb6ba260aca1c788ed..404dafb9977a629a9dbaca796cad304520c65c3c 100644 (file)
@@ -29,7 +29,7 @@
    Changes: Joseph Wenninger
             Christian Thalinger
 
-   $Id: Runtime.c 1432 2004-11-03 12:14:50Z jowenn $
+   $Id: Runtime.c 1433 2004-11-04 16:40:43Z motse $
 
 */
 
@@ -252,7 +252,7 @@ JNIEXPORT s4 JNICALL Java_java_lang_VMRuntime_nativeLoad(JNIEnv *env, jclass cla
 {
        int retVal=0;
 
-#ifdef JOWENN_DEBUG    
+
        char *buffer;
        int buffer_len;
        utf *data;
@@ -276,7 +276,7 @@ JNIEXPORT s4 JNICALL Java_java_lang_VMRuntime_nativeLoad(JNIEnv *env, jclass cla
         
   
        MFREE(buffer, char, buffer_len);
-#endif 
+
 
 #ifndef STATIC_CLASSPATH
        /*here it could be interesting to store the references in a list eg for nicely cleaning up or for certain platforms*/
index 5f3905d918d14c8081e91f9a6297ad8dfcd5fc02..0f6f5a42098b071963d3d630c6f8c835b0f399e1 100644 (file)
@@ -29,7 +29,7 @@
    Changes: Joseph Wenninger
             Christian Thalinger
 
-   $Id: VMRuntime.c 1432 2004-11-03 12:14:50Z jowenn $
+   $Id: VMRuntime.c 1433 2004-11-04 16:40:43Z motse $
 
 */
 
@@ -252,7 +252,7 @@ JNIEXPORT s4 JNICALL Java_java_lang_VMRuntime_nativeLoad(JNIEnv *env, jclass cla
 {
        int retVal=0;
 
-#ifdef JOWENN_DEBUG    
+
        char *buffer;
        int buffer_len;
        utf *data;
@@ -276,7 +276,7 @@ JNIEXPORT s4 JNICALL Java_java_lang_VMRuntime_nativeLoad(JNIEnv *env, jclass cla
         
   
        MFREE(buffer, char, buffer_len);
-#endif 
+
 
 #ifndef STATIC_CLASSPATH
        /*here it could be interesting to store the references in a list eg for nicely cleaning up or for certain platforms*/