summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2017-03-15 02:39:04 (GMT)
committerKevin B Kenny <kennykb@acm.org>2017-03-15 02:39:04 (GMT)
commit89b08916f5e330151206c6ab42468f957bfd41af (patch)
tree390fedcdb66fcff575a9443bfb220573c735d4a4 /generic/tclInt.h
parentcd42f659661ae1b0035564950db6299334f612da (diff)
downloadtcl-89b08916f5e330151206c6ab42468f957bfd41af.zip
tcl-89b08916f5e330151206c6ab42468f957bfd41af.tar.gz
tcl-89b08916f5e330151206c6ab42468f957bfd41af.tar.bz2
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds].
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 3749735..1deda3c 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3478,6 +3478,12 @@ MODULE_SCOPE int TclCompileBreakCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileCatchCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileClockClicksCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileClockReadingCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileConcatCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);