* src/vm/suck.c (suck_add): Fixed compiler warning with #ifndef
authortwisti <none@none>
Fri, 3 Feb 2006 21:58:44 +0000 (21:58 +0000)
committertwisti <none@none>
Fri, 3 Feb 2006 21:58:44 +0000 (21:58 +0000)
ENABLE_ZLIB.

src/vm/suck.c

index 5af655900c2392e38a5289f9372edc81fb5bf024..ea8e84b434b06326dab2d77e056d3525a5686681 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: suck.c 4357 2006-01-22 23:33:38Z twisti $
+   $Id: suck.c 4415 2006-02-03 21:58:44Z twisti $
 
 */
 
@@ -120,7 +120,9 @@ void suck_add(char *classpath)
        bool                  is_zip;
        char                 *cwd;
        s4                    cwdlen;
+#if defined(ENABLE_ZLIB)
        hashtable            *ht;
+#endif
 
        /* parse the classpath string */