summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-03-17 13:14:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-03-17 13:14:14 (GMT)
commitfb1a2c58ddbae29e3c1cdb08b882d008b829547d (patch)
treefbeab2daa748495cacdee97cf19bec914a8e228b /generic/tclCompile.h
parent40ee63b6ff6901dea05f4cef62d51bfa188630ed (diff)
parent5617ad7c180796ca3ded40478d67504694057ee6 (diff)
downloadtcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.zip
tcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.tar.gz
tcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.tar.bz2
merge trunk
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 3bc9c2f..7f18b01 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -838,8 +838,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