summaryrefslogtreecommitdiffstats
path: root/tools/genStubs.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-25 13:46:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-25 13:46:04 (GMT)
commit6600288ed7106cca316a8c7c8bcfabecf5cb7d8e (patch)
tree294cf4b269573839f221e46ebfc99e8a14e8bdc1 /tools/genStubs.tcl
parent0adb400e9b97468fab3726f7a6d3e9b5cab9398a (diff)
parent7f62526237f1fbba269a64a7a4c8a369d7b5e388 (diff)
downloadtcl-6600288ed7106cca316a8c7c8bcfabecf5cb7d8e.zip
tcl-6600288ed7106cca316a8c7c8bcfabecf5cb7d8e.tar.gz
tcl-6600288ed7106cca316a8c7c8bcfabecf5cb7d8e.tar.bz2
fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"
Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some more void -> VOID transitions
Diffstat (limited to 'tools/genStubs.tcl')
-rw-r--r--tools/genStubs.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl
index 01ae467..464ba50 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -304,7 +304,7 @@ proc genStubs::addPlatformGuard {plat iftxt {eltxt {}}} {
proc genStubs::emitSlots {name textVar} {
upvar $textVar text
- forAllStubs $name makeSlot 1 text {" void *reserved$i;\n"}
+ forAllStubs $name makeSlot 1 text {" VOID *reserved$i;\n"}
return
}