File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
# library via the stubs table. This file is used to generate the
6
6
# tclOODecls.h, tclOOIntDecls.h and tclOOStubInit.c files.
7
7
#
8
- # Copyright (c) 2008 - 2013 by Donal K. Fellows.
8
+ # Copyright © 2008 - 2013 Donal K. Fellows.
9
9
#
10
10
# See the file " license.terms" for information on usage and redistribution of
11
11
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
Original file line number Diff line number Diff line change 7
7
# If you edit this file, advance the revision number (and the epoch
8
8
# if the new stubs are not backward compatible) in tclTomMathDecls.h
9
9
#
10
- # Copyright (c) 2005 by Kevin B. Kenny. All rights reserved.
10
+ # Copyright © 2005 Kevin B. Kenny. All rights reserved.
11
11
#
12
12
# See the file " license.terms" for information on usage and redistribution
13
13
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
Original file line number Diff line number Diff line change @@ -1101,7 +1101,7 @@ proc genStubs::emitInit {name textVar} {
1101
1101
}
1102
1102
foreach intf [array names interfaces] {
1103
1103
if {[info exists hooks($intf )]} {
1104
- if {[ lsearch -exact $hooks($intf) $name ] >= 0 } {
1104
+ if {$name in $hooks($intf) } {
1105
1105
set root 0
1106
1106
break
1107
1107
}
You can’t perform that action at this time.
0 commit comments