summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-10-29 11:02:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-10-29 11:02:45 (GMT)
commit78ed75a33905e55e8eabc5e41651556fbbc60fbc (patch)
treefa1296b8f4044407e3dc223984e7c7f6aac15875 /generic/tclInt.h
parenta0f1506da36a7571a129af6904493cd83fe18051 (diff)
downloadtcl-78ed75a33905e55e8eabc5e41651556fbbc60fbc.zip
tcl-78ed75a33905e55e8eabc5e41651556fbbc60fbc.tar.gz
tcl-78ed75a33905e55e8eabc5e41651556fbbc60fbc.tar.bz2
Compilation of [info commands] in the case of a fully-qualified literal name.
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 448a7cd..a26ade3 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3549,6 +3549,9 @@ MODULE_SCOPE int TclCompileGlobalCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileIfCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileInfoCommandsCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileInfoCoroutineCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);