blob: 1c52b734021d60d7c7eae4a2e18802f9f0b2ee13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- generic/vfs.c.orig 2006-08-30 21:38:03.000000000 +0200
+++ generic/vfs.c 2013-09-24 10:26:34.000000000 +0200
@@ -1656,7 +1656,10 @@
return returnVal;
}
-static CONST char**
+#ifndef CONST86
+#define CONST86
+#endif
+static CONST char*CONST86 *
VfsFileAttrStrings(pathPtr, objPtrRef)
Tcl_Obj* pathPtr;
Tcl_Obj** objPtrRef;
|