From 19f64eaeaa64426ea1ae163167bc3931f0e89c8d Mon Sep 17 00:00:00 2001
From: Arne Goedeke <el@laramies.com>
Date: Tue, 18 Jun 2013 23:35:26 +0200
Subject: [PATCH] do not skip tail

---
 src/interpret_functions.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/interpret_functions.h b/src/interpret_functions.h
index 6bfca782f8..ed87253f11 100644
--- a/src/interpret_functions.h
+++ b/src/interpret_functions.h
@@ -534,7 +534,6 @@ OPCODE2(F_ADD_LOCALS_AND_POP, "local += local", 0,
           free_string( dsts );
           dst->u.string = srcs;
           srcs->refs++;
-          return;
       }
   }
   else
-- 
GitLab