From d1577666d551e8d3b0dd60949a133561132e88e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 31 Aug 2000 00:11:41 +0200
Subject: [PATCH] Cometic change.

Rev: src/interpreter.h:1.51
---
 src/interpreter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interpreter.h b/src/interpreter.h
index caeaa5378c..162e157736 100644
--- a/src/interpreter.h
+++ b/src/interpreter.h
@@ -177,6 +177,7 @@ static int eval_instruction(unsigned char *pc)
 #define OPCODE2_TAIL(OP,DESC) CASE(OP);
 
 #define OPCODE0_JUMP(OP,DESC) CASE(OP); {
+#define OPCODE0_TAILJUMP(OP,DESC) } CASE(OP) {;
 
 /* These are something of a special case as they
  * requires a POINTER stored explicitly after
@@ -189,7 +190,6 @@ static int eval_instruction(unsigned char *pc)
   INT32 arg1=GET_ARG(); \
   INT32 arg2=GET_ARG2();
 
-#define OPCODE0_TAILJUMP(OP,DESC) } CASE(OP) {;
 #define OPCODE1_TAILJUMP(OP,DESC) } CASE(OP) {; 
 #define OPCODE2_TAILJUMP(OP,DESC) } CASE(OP) {; 
 
-- 
GitLab