summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.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/tclCompile.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/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 ba6ad44..e5d026c 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