summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
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,