diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-10-30 04:27:03 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-10-30 04:27:03 (GMT) |
commit | 5da6b8e3c356a3786e96336ea19a8c4fabcb17fa (patch) | |
tree | 3e526db88ab7054a18579db74b3132d33d87f30b /generic/tclCompile.h | |
parent | 61814ba324f4652c444ecb2776f2cf8eb799dac7 (diff) | |
download | tcl-5da6b8e3c356a3786e96336ea19a8c4fabcb17fa.zip tcl-5da6b8e3c356a3786e96336ea19a8c4fabcb17fa.tar.gz tcl-5da6b8e3c356a3786e96336ea19a8c4fabcb17fa.tar.bz2 |
New bytecode for linsert
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index c82dc6e..9633050 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -862,7 +862,7 @@ typedef struct ByteCode { * instruction. */ -#define MAX_INSTRUCTION_OPERANDS 3 +#define MAX_INSTRUCTION_OPERANDS 4 typedef enum InstOperandType { OPERAND_NONE, |