diff options
author | sebres <sebres@users.sourceforge.net> | 2017-05-09 21:58:12 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-05-09 21:58:12 (GMT) |
commit | 0283b4f5f3320e17a8ec17c3ec2aa6c07b9a8911 (patch) | |
tree | 182c2e3249563354f32d676f8dea488daf9e3f76 /generic/tclBasic.c | |
parent | 4ba2d9a81ad7f1d8b015c4f3f1dd0e6f603ecc3b (diff) | |
parent | db083499bfff8aee794512e3da2f0ad2f201f6b0 (diff) | |
download | tcl-0283b4f5f3320e17a8ec17c3ec2aa6c07b9a8911.zip tcl-0283b4f5f3320e17a8ec17c3ec2aa6c07b9a8911.tar.gz tcl-0283b4f5f3320e17a8ec17c3ec2aa6c07b9a8911.tar.bz2 |
back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 0486383..4d392d0 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -285,6 +285,7 @@ static const CmdInfo builtInCmds[] = { {"source", Tcl_SourceObjCmd, NULL, TclNRSourceObjCmd, 0}, {"tell", Tcl_TellObjCmd, NULL, NULL, CMD_IS_SAFE}, {"time", Tcl_TimeObjCmd, NULL, NULL, CMD_IS_SAFE}, + {"timerate", Tcl_TimeRateObjCmd, NULL, NULL, CMD_IS_SAFE}, {"unload", Tcl_UnloadObjCmd, NULL, NULL, 0}, {"update", Tcl_UpdateObjCmd, NULL, NULL, CMD_IS_SAFE}, {"vwait", Tcl_VwaitObjCmd, NULL, NULL, CMD_IS_SAFE}, |