Branch: Tag:

2000-03-25

2000-03-25 21:34:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

fix for using -d3 with dumped modules

Rev: src/program.c:1.216

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.215 2000/03/25 21:31:59 hubbe Exp $"); + RCSID("$Id: program.c,v 1.216 2000/03/25 21:34:31 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
1057: Inside #if defined(PIKE_DEBUG)
   {    if(!p->inherits[e].prog)    { -  /* This inherit is not yet initialized, ignore it */ -  continue; +  /* This inherit is not yet initialized, ignore rest of tests.. */ +  return;    }       if(p->inherits[e].storage_offset < 0)