Overview
Comment: | Removed unneeded ifdef |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | ec170ce37a8fe644256965297987b82c289c105b |
User & Date: | rkeene on 2015-03-30 21:49:18 |
Other Links: | manifest | tags |
Context
2015-03-30
| ||
22:27 | Added patch to always build TclVFS in static mode on Windows check-in: a057a0f974 user: rkeene tags: trunk | |
21:49 | Removed unneeded ifdef check-in: ec170ce37a user: rkeene tags: trunk | |
2015-03-16
| ||
01:07 | Updated default target to be 8.6.4 check-in: 4f42c11e1e user: rkeene tags: trunk | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/kitInit.c from [8905d676cc] to [de7a0cddb9].
196 196 #include "cvfs.tcl.h" 197 197 "if {![info exists s]} {\n" 198 198 "catch {\n" 199 199 "set s [::vfs::cvfs::data::getData tcl boot.tcl]\n" 200 200 "}\n" 201 201 "}\n" 202 202 #endif /* KIT_STORAGE_CVFS */ 203 -#ifndef TCLKIT_DLL 204 203 "if {![info exists s]} {\n" 205 204 "set s \"\"\n" 206 205 "}\n" 207 -#endif /* !TCLKIT_DLL */ 208 206 #ifdef TCLKIT_DLL 209 207 "set ::TCLKIT_TYPE \"kitdll\"\n" 210 208 #else 211 209 "set ::TCLKIT_TYPE \"tclkit\"\n" 212 210 #endif /* TCLKIT_DLL */ 213 211 "set ::TCLKIT_MOUNTPOINT " TCLKIT_MOUNTPOINT "\n" 214 212 "set ::TCLKIT_VFSSOURCE " TCLKIT_VFSSOURCE "\n"