From ada259b5658df1e8b9208526db8e7d8da1487b50 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Thu, 15 Apr 2004 22:34:45 +0200
Subject: [PATCH] Trivial fix.

Rev: src/cpp.c:1.134
---
 src/cpp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cpp.c b/src/cpp.c
index 448e780000..8fa5cc54ff 100644
--- a/src/cpp.c
+++ b/src/cpp.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: cpp.c,v 1.133 2004/04/15 20:32:41 mast Exp $
+|| $Id: cpp.c,v 1.134 2004/04/15 20:34:45 mast Exp $
 */
 
 #include "global.h"
@@ -1534,7 +1534,7 @@ static int do_safe_index_call(struct cpp *this, struct pike_string *s)
 
   if (SETJMP_SP(recovery, 1)) {
     if (TEST_COMPAT (7, 4)) {
-      free_string (&throw_value);
+      free_svalue (&throw_value);
       throw_value.type = T_INT;
     }
     else {
-- 
GitLab