summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2023-12-05 10:29:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2023-12-05 10:29:46 (GMT)
commitb173cdb0df35d0f23f95418be623293e4d07bfe0 (patch)
tree537c85ed8ff8339854be15fd0bf4cbd0482fdf9d /generic/tclInt.h
parent29a2ae99530a0d3934ece8ede3bd462f81e8c7d4 (diff)
downloadtcl-b173cdb0df35d0f23f95418be623293e4d07bfe0.zip
tcl-b173cdb0df35d0f23f95418be623293e4d07bfe0.tar.gz
tcl-b173cdb0df35d0f23f95418be623293e4d07bfe0.tar.bz2
Added introspection
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index cee419a..e9d3006 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3376,6 +3376,8 @@ MODULE_SCOPE Tcl_Obj * TclInfoFrame(Tcl_Interp *interp, CmdFrame *framePtr);
MODULE_SCOPE Tcl_ObjCmdProc TclInfoGlobalsCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclInfoLocalsCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclInfoVarsCmd;
+MODULE_SCOPE Tcl_ObjCmdProc TclInfoConstsCmd;
+MODULE_SCOPE Tcl_ObjCmdProc TclInfoConstantCmd;
MODULE_SCOPE void TclInitAlloc(void);
MODULE_SCOPE void TclInitDbCkalloc(void);
MODULE_SCOPE void TclInitDoubleConversion(void);