summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInfo.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-11-03 12:48:08 (GMT)
committerdkf <dkf@noemail.net>2012-11-03 12:48:08 (GMT)
commit786577cb58334b5aed9b92cf8341fe3fb2c9308c (patch)
tree8fc7ea69a4c9b8e0663f45ef45bc77db6f9a29ec /generic/tclOOInfo.c
parentee977f9c2fa5e84a759c684a50a353028523127b (diff)
downloadtcl-786577cb58334b5aed9b92cf8341fe3fb2c9308c.zip
tcl-786577cb58334b5aed9b92cf8341fe3fb2c9308c.tar.gz
tcl-786577cb58334b5aed9b92cf8341fe3fb2c9308c.tar.bz2
Added compilation of [info object isa object] (i.e., object verification).
FossilOrigin-Name: 4d5db00353f7f750d2d0bd47f679274a4927987c
Diffstat (limited to 'generic/tclOOInfo.c')
-rw-r--r--generic/tclOOInfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOOInfo.c b/generic/tclOOInfo.c
index ff3e1e5..e09ee4e 100644
--- a/generic/tclOOInfo.c
+++ b/generic/tclOOInfo.c
@@ -53,7 +53,7 @@ static const EnsembleImplMap infoObjectCmds[] = {
{"definition", InfoObjectDefnCmd, NULL, NULL, NULL, 0},
{"filters", InfoObjectFiltersCmd, NULL, NULL, NULL, 0},
{"forward", InfoObjectForwardCmd, NULL, NULL, NULL, 0},
- {"isa", InfoObjectIsACmd, NULL, NULL, NULL, 0},
+ {"isa", InfoObjectIsACmd, TclCompileInfoObjectIsACmd, NULL, NULL, 0},
{"methods", InfoObjectMethodsCmd, NULL, NULL, NULL, 0},
{"methodtype", InfoObjectMethodTypeCmd, NULL, NULL, NULL, 0},
{"mixins", InfoObjectMixinsCmd, NULL, NULL, NULL, 0},