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