Branch: Tag:

1999-10-21

1999-10-21 21:34:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some bugfixes for AUTO_BIGNUM

Rev: lib/master.pike.in:1.64
Rev: src/builtin_functions.c:1.190
Rev: src/interpret.h:1.34
Rev: src/program.c:1.161
Rev: src/program.h:1.61
Rev: src/svalue.c:1.49
Rev: src/testsuite.in:1.202

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.160 1999/10/19 15:31:21 hubbe Exp $"); + RCSID("$Id: program.c,v 1.161 1999/10/21 21:34:33 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
100:    "``/",    "``%",    "`+=", +  "_is_type", +  "_sprintf",   };      struct program *first_program = 0;
2920: Inside #if defined(GC2)
   for(p=first_program;p;p=p->next)    {    int e; +  +  dmalloc_touch(p); +     for(e=0;e<p->num_constants;e++)    debug_gc_check_svalues(& p->constants[e].sval, 1, T_PROGRAM, p);