Branch: Tag:

1998-11-09

1998-11-09 07:23:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

fixed a bug in parent locating

Rev: src/interpret.c:1.97
Rev: src/program.c:1.103
Rev: src/testsuite.in:1.133

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: program.c,v 1.102 1998/11/06 03:46:27 hubbe Exp $"); + RCSID("$Id: program.c,v 1.103 1998/11/09 07:23:16 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
1217:    inherit.parent=par;    inherit.parent_identifier=pid;    inherit.parent_offset=0; +  }else{ +  inherit.parent_offset+=parent_offset;    }    }    if(inherit.parent) add_ref(inherit.parent);