2000-03-25
2000-03-25 21:31:59 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
ce277e6d65294013f690fa486db8487c86141d26
(9 lines)
(+8/-1)
[
Show
| Annotate
]
Branch: 7.9
fix for using -d3 with dumped modules
Rev: src/program.c:1.215
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: program.c,v 1.214 2000/03/24 01:24:51 hubbe Exp $");
+ RCSID("$Id: program.c,v 1.215 2000/03/25 21:31:59 hubbe Exp $");
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
1055: Inside #if defined(PIKE_DEBUG)
for(e=0;e<p->num_inherits;e++)
{
+ if(!p->inherits[e].prog)
+ {
+ /* This inherit is not yet initialized, ignore it */
+ continue;
+ }
+
if(p->inherits[e].storage_offset < 0)
fatal("Inherit->storage_offset is wrong.\n");