From 7cba096ed1d2a5f6eac32835f994889d3a8f7744 Mon Sep 17 00:00:00 2001 From: Vince Darley Date: Thu, 27 Sep 2001 22:24:14 +0000 Subject: [PATCH] minor --- generic/vfs.c | 3 ++- win/makefile.vc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/generic/vfs.c b/generic/vfs.c index 67bf52c..83eca9f 100644 --- a/generic/vfs.c +++ b/generic/vfs.c @@ -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; diff --git a/win/makefile.vc b/win/makefile.vc index 7564a40..964f190 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -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 = -- 2.23.0