summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2017-03-15 02:40:56 (GMT)
committerKevin B Kenny <kennykb@acm.org>2017-03-15 02:40:56 (GMT)
commitbbe4542d364121720a36d12051e45c8c42cf25d9 (patch)
treecc56a92667132923a5a6db8320ad3e2df4a0fd60 /generic/tclCompile.h
parentbbf9191cdf2558bb4e7571a1cf57886d79826c7e (diff)
parent89b08916f5e330151206c6ab42468f957bfd41af (diff)
downloadtcl-bbe4542d364121720a36d12051e45c8c42cf25d9.zip
tcl-bbe4542d364121720a36d12051e45c8c42cf25d9.tar.gz
tcl-bbe4542d364121720a36d12051e45c8c42cf25d9.tar.bz2
Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds].
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 5bc3e81..46e447f 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -821,8 +821,10 @@ typedef struct ByteCode {
#define INST_LAPPEND_LIST_ARRAY_STK 187
#define INST_LAPPEND_LIST_STK 188
+#define INST_CLOCK_READ 189
+
/* The last opcode */
-#define LAST_INST_OPCODE 188
+#define LAST_INST_OPCODE 189
/*
* Table describing the Tcl bytecode instructions: their name (for displaying