2000-03-25
2000-03-25 21:34:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
e05acb1bd50eec0be58c13074fee65762a0cdb9e
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
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)