summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkGenStubs.tcl
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-22 07:53:59 (GMT)
committernijtmans <nijtmans>2010-06-22 07:53:59 (GMT)
commitaf5c7cf0c34274560634e544d70228d63ed259d9 (patch)
tree8defac8745fa63b13a7bb799c372f4501e271193 /generic/ttk/ttkGenStubs.tcl
parentd1c5374bb608709386205d4b61bef1578672e71d (diff)
downloadtk-af5c7cf0c34274560634e544d70228d63ed259d9.zip
tk-af5c7cf0c34274560634e544d70228d63ed259d9.tar.gz
tk-af5c7cf0c34274560634e544d70228d63ed259d9.tar.bz2
[Bug #3019363] "make genstubs" failure
(undid previous unintended edit)
Diffstat (limited to 'generic/ttk/ttkGenStubs.tcl')
-rw-r--r--generic/ttk/ttkGenStubs.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/ttk/ttkGenStubs.tcl b/generic/ttk/ttkGenStubs.tcl
index b5fc3b3..359edcc 100644
--- a/generic/ttk/ttkGenStubs.tcl
+++ b/generic/ttk/ttkGenStubs.tcl
@@ -8,7 +8,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# $Id: ttkGenStubs.tcl,v 1.7 2010/06/22 07:41:17 nijtmans Exp $
+# $Id: ttkGenStubs.tcl,v 1.8 2010/06/22 07:53:59 nijtmans Exp $
#
# SOURCE: tcl/tools/genStubs.tcl, revision 1.20
#
@@ -297,7 +297,7 @@ proc genStubs::addPlatformGuard {plat text} {
proc genStubs::emitSlots {name textVar} {
upvar $textVar text
- forAllStubs $name makeSlot noGuard text {" void *reserved$i;\n"}
+ forAllStubs $name makeSlot noGuard text {" void (*reserved$i)(void);\n"}
return
}