summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-10-19 14:17:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-10-19 14:17:18 (GMT)
commit72693da145d4b3a7f165eb5cdff0bd0defb87993 (patch)
tree9acfedf6c37e529d4f62831e62de906fb972fb6f /generic/tclInt.h
parent8f82c0e9f68bc243d27e129a7163a122e5cf254b (diff)
downloadtcl-72693da145d4b3a7f165eb5cdff0bd0defb87993.zip
tcl-72693da145d4b3a7f165eb5cdff0bd0defb87993.tar.gz
tcl-72693da145d4b3a7f165eb5cdff0bd0defb87993.tar.bz2
yet another small introspector: [self]
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 0b84914..9bf492c 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3598,6 +3598,9 @@ MODULE_SCOPE int TclCompileNamespaceUpvarCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileNoOp(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileObjectSelfCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileRegexpCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);