diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-11-03 12:48:08 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-11-03 12:48:08 (GMT) |
| commit | 576354fe626ac1a005e98db366f53b1a23b14f72 (patch) | |
| tree | 8fc7ea69a4c9b8e0663f45ef45bc77db6f9a29ec /generic/tclInt.h | |
| parent | fe4cd2b40a7333e64321b53988575b93ea1e1ad1 (diff) | |
| download | tcl-576354fe626ac1a005e98db366f53b1a23b14f72.zip tcl-576354fe626ac1a005e98db366f53b1a23b14f72.tar.gz tcl-576354fe626ac1a005e98db366f53b1a23b14f72.tar.bz2 | |
Added compilation of [info object isa object] (i.e., object verification).
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 06bcd95..48297b9 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3578,6 +3578,9 @@ MODULE_SCOPE int TclCompileInfoLevelCmd(Tcl_Interp *interp, MODULE_SCOPE int TclCompileInfoObjectClassCmd(Tcl_Interp *interp, Tcl_Parse *parsePtr, Command *cmdPtr, struct CompileEnv *envPtr); +MODULE_SCOPE int TclCompileInfoObjectIsACmd(Tcl_Interp *interp, + Tcl_Parse *parsePtr, Command *cmdPtr, + struct CompileEnv *envPtr); MODULE_SCOPE int TclCompileInfoObjectNamespaceCmd(Tcl_Interp *interp, Tcl_Parse *parsePtr, Command *cmdPtr, struct CompileEnv *envPtr); |
