From df8cf53cc95ed9620c7716bda287d6a602a3168e Mon Sep 17 00:00:00 2001
From: Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>
Date: Tue, 12 Mar 1996 17:00:40 -0300
Subject: removed tf->marked=0;

---
 undump.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'undump.c')

diff --git a/undump.c b/undump.c
index 26becc99..6c58dff2 100644
--- a/undump.c
+++ b/undump.c
@@ -3,7 +3,7 @@
 ** load bytecodes from files
 */
 
-char* rcs_undump="$Id: undump.c,v 1.11 1996/03/08 21:44:12 lhf Exp lhf $";
+char* rcs_undump="$Id: undump.c,v 1.12 1996/03/11 22:01:46 lhf Exp lhf $";
 
 #include <stdio.h>
 #include <string.h>
@@ -217,7 +217,6 @@ static void LoadFunction(FILE* D)
   *p++=c.m.c1; *p++=c.m.c2; *p++=c.m.c3; *p++=c.m.c4;
   lastF=lastF->next=tf;
  }
- tf->marked=0;
  tf->code=LoadBlock(tf->size,D);
  if (swapword || swapfloat) FixCode(tf->code,tf->code+tf->size);
  while (1)					/* unthread */
-- 
cgit v1.2.3-55-g6feb