summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-28 17:21:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-28 17:21:39 (GMT)
commit4ee64245d2eac19dc88e6c5c05d4ee1f23d0b6ea (patch)
tree660424262f795a1470aa234a0fa49a56fc7a804d /generic/tclCompile.h
parent24707208d7110b121022a0c9078076e5813dc83e (diff)
downloadtcl-4ee64245d2eac19dc88e6c5c05d4ee1f23d0b6ea.zip
tcl-4ee64245d2eac19dc88e6c5c05d4ee1f23d0b6ea.tar.gz
tcl-4ee64245d2eac19dc88e6c5c05d4ee1f23d0b6ea.tar.bz2
completed instruction implementation
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 6226f7f..207b710 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -784,9 +784,10 @@ typedef struct ByteCode {
#define INST_STR_UPPER 174
#define INST_STR_LOWER 175
#define INST_STR_TITLE 176
+#define INST_STR_REPLACE 177
/* The last opcode */
-#define LAST_INST_OPCODE 176
+#define LAST_INST_OPCODE 177
/*
* Table describing the Tcl bytecode instructions: their name (for displaying