1998-04-24
1998-04-24 00:32:10 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
05590dfa227d7b2c9fa88533a017e08caabe1b59
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
encoding/decoding of programs implemented
Rev: src/builtin_functions.c:1.101
Rev: src/compilation.h:1.9
Rev: src/encode.c:1.20
Rev: src/gc.c:1.36
Rev: src/object.c:1.48
Rev: src/object.h:1.19
Rev: src/program.c:1.87
Rev: src/program.h:1.41
Rev: src/program_areas.h:1.5
25:
#include "main.h"
#include <math.h>
- RCSID("$Id: gc.c,v 1.35 1998/04/20 18:53:16 grubba Exp $");
+ RCSID("$Id: gc.c,v 1.36 1998/04/24 00:32:08 hubbe Exp $");
/* Run garbage collect approximate every time we have
* 20 percent of all arrays, objects and programs is
337: Inside #if defined(DEBUG)
INT32 line,pos;
fprintf(stderr,"**Program id: %ld\n",(long)(p->id));
- if(!p->num_linenumbers)
+ if(p->flags & PROGRAM_HAS_C_METHODS)
{
int e;
fprintf(stderr,"**The program was written in C.\n");