summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2014-01-13 08:06:43 (GMT)
committerdkf <dkf@noemail.net>2014-01-13 08:06:43 (GMT)
commit2d098524cc9e133d2aa38120e67b37fa267593f9 (patch)
treeb9160847863784dfe55e508ea2eab9da956df310 /generic/tclCompile.h
parent785536ff17271f50539c29996db0c9f109fef96e (diff)
downloadtcl-2d098524cc9e133d2aa38120e67b37fa267593f9.zip
tcl-2d098524cc9e133d2aa38120e67b37fa267593f9.tar.gz
tcl-2d098524cc9e133d2aa38120e67b37fa267593f9.tar.bz2
extend [string is] to booleans
FossilOrigin-Name: 40137773858bf19b7100ce14aa9dc46d6904f4f7
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 6bf5daf..a08a93a 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -793,9 +793,10 @@ typedef struct ByteCode {
#define INST_TCLOO_NEXT 179
#define INST_NUM_TYPE 180
+#define INST_TRY_CVT_TO_BOOLEAN 181
/* The last opcode */
-#define LAST_INST_OPCODE 180
+#define LAST_INST_OPCODE 181
/*
* Table describing the Tcl bytecode instructions: their name (for displaying