diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2023-12-05 10:29:46 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2023-12-05 10:29:46 (GMT) |
| commit | b173cdb0df35d0f23f95418be623293e4d07bfe0 (patch) | |
| tree | 537c85ed8ff8339854be15fd0bf4cbd0482fdf9d /generic/tclCmdIL.c | |
| parent | 29a2ae99530a0d3934ece8ede3bd462f81e8c7d4 (diff) | |
| download | tcl-b173cdb0df35d0f23f95418be623293e4d07bfe0.zip tcl-b173cdb0df35d0f23f95418be623293e4d07bfe0.tar.gz tcl-b173cdb0df35d0f23f95418be623293e4d07bfe0.tar.bz2 | |
Added introspection
Diffstat (limited to 'generic/tclCmdIL.c')
| -rw-r--r-- | generic/tclCmdIL.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c index fb31d44..18842a1 100644 --- a/generic/tclCmdIL.c +++ b/generic/tclCmdIL.c @@ -160,6 +160,8 @@ static const EnsembleImplMap defaultInfoMap[] = { {"cmdtype", InfoCmdTypeCmd, TclCompileBasic1ArgCmd, NULL, NULL, 1}, {"commands", InfoCommandsCmd, TclCompileInfoCommandsCmd, NULL, NULL, 0}, {"complete", InfoCompleteCmd, TclCompileBasic1ArgCmd, NULL, NULL, 0}, + {"constant", TclInfoConstantCmd, TclCompileBasic1ArgCmd, NULL, NULL, 0}, + {"consts", TclInfoConstsCmd, TclCompileBasic0Or1ArgCmd, NULL, NULL, 0}, {"coroutine", TclInfoCoroutineCmd, TclCompileInfoCoroutineCmd, NULL, NULL, 0}, {"default", InfoDefaultCmd, TclCompileBasic3ArgCmd, NULL, NULL, 0}, {"errorstack", InfoErrorStackCmd, TclCompileBasic0Or1ArgCmd, NULL, NULL, 0}, |
