minor
authorVince Darley <vincentdarley@sourceforge.net>
Thu, 27 Sep 2001 22:24:14 +0000 (22:24 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Thu, 27 Sep 2001 22:24:14 +0000 (22:24 +0000)
generic/vfs.c
win/makefile.vc

index 67bf52c499cfd8efc3319ad0717189dd465eb314..83eca9fe0a332405f2371173d25c81fd4b4fa5b9 100644 (file)
@@ -378,7 +378,8 @@ int
 VfsInFilesystem(Tcl_Obj *pathPtr, ClientData *clientDataPtr) {
     Tcl_Obj *normedObj;
     int len, splitPosition;
-    char remember;
+    /* Just set this to avoid a warning */
+    char remember = '\0';
     char *normed;
     Tcl_Interp* interp;
     VfsNativeRep *nativeRep;
index 7564a405dd4f34f5e0b312fcea833a625468ba6a..964f190c035a9116807144d507057e22e9c0c811 100644 (file)
@@ -13,7 +13,7 @@ VFS_VERSION = 1.0
 DLL_VERSION = 10
 
 # comment the following line to compile with symbols
-NODEBUG=0
+NODEBUG=1
 
 !IF "$(NODEBUG)" == "1"
 DEBUGDEFINES =