From 5213493f78d397dd4e7c068b2d14bd11669b5a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 28 Feb 1997 19:28:55 -0800 Subject: [PATCH] fix for `() Rev: src/interpret.c:1.26 --- src/interpret.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/interpret.c b/src/interpret.c index 99adfb268a..200ccdc7d9 100644 --- a/src/interpret.c +++ b/src/interpret.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: interpret.c,v 1.25 1997/02/27 11:06:22 hubbe Exp $"); +RCSID("$Id: interpret.c,v 1.26 1997/03/01 03:28:55 hubbe Exp $"); #include "interpret.h" #include "object.h" #include "program.h" @@ -1525,9 +1525,6 @@ void strict_apply_svalue(struct svalue *s, INT32 args) error("Calling object without `() operator\n"); apply_lfun(s->u.object, LFUN_CALL, args); - free_svalue(sp-2); - sp[-2]=sp[-1]; - sp--; break; } -- GitLab