From 5136cb28833944aedbd47e1f66cd4a103e6697b1 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 14 Mar 2001 21:30:16 +0000 Subject: [PATCH] fix stupid memory problem. --- check/exam_misc.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/check/exam_misc.cpp b/check/exam_misc.cpp index 3b2ff8ea..c9872a93 100644 --- a/check/exam_misc.cpp +++ b/check/exam_misc.cpp @@ -27,20 +27,17 @@ static unsigned exam_expand_subs(void) { unsigned result = 0; - symbol a1("a1"); symbol a[VECSIZE]; ex e, aux; - a[1] = a1; - for (unsigned i=0; i