summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 6ff5faa..f0faec6 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -836,6 +836,9 @@ Tcl_CreateInterp(void)
Tcl_DisassembleObjCmd, INT2PTR(1), NULL);
Tcl_CreateObjCommand(interp, "::tcl::unsupported::representation",
Tcl_RepresentationCmd, NULL, NULL);
+ Tcl_CreateObjCommand(interp, "::tcl::unsupported::parseexpr",
+ Tcl_ParseAndDumpExprObjCmd, NULL, NULL);
+
/* Adding the bytecode assembler command */
cmdPtr = (Command *) Tcl_NRCreateCommand(interp,