diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-29 11:02:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-29 11:02:45 (GMT) |
commit | 1c889c03527bb5c11d74e13aa68ef2d64d33793d (patch) | |
tree | fa1296b8f4044407e3dc223984e7c7f6aac15875 /generic/tclInt.h | |
parent | 8122cb706d823c4c19c4baf564529a0d372fc601 (diff) | |
download | tcl-1c889c03527bb5c11d74e13aa68ef2d64d33793d.zip tcl-1c889c03527bb5c11d74e13aa68ef2d64d33793d.tar.gz tcl-1c889c03527bb5c11d74e13aa68ef2d64d33793d.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.h | 3 |
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); |