and a CONST86 macro was added for compatability. Make use of it.
+2008-10-10 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/vfs.c: Make use of CONST86 for 8.6a3 support.
+
2008-08-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* http2.6/http.tcl: Merged zlib crc fix from Tcl.
#define TCL_GLOB_TYPE_MOUNT (1<<7)
#endif
+#ifndef CONST86
+#define CONST86
+#endif
+
/*
* Only the _Init function is exported.
*/
return returnVal;
}
-static CONST char**
+static CONST char * CONST86 *
VfsFileAttrStrings(pathPtr, objPtrRef)
Tcl_Obj* pathPtr;
Tcl_Obj** objPtrRef;