Branch: Tag:

2002-01-31

2002-01-31 17:52:15 by Marcus Comstedt <marcus@mc.pp.se>

Make it possible to inherit pike programs from C programs.

Rev: src/dynamic_load.c:1.59
Rev: src/module.c:1.16
Rev: src/program.c:1.401

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.400 2002/01/16 02:54:18 nilsson Exp $"); + RCSID("$Id: program.c,v 1.401 2002/01/31 17:52:15 marcus Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
2221:    */   PMOD_EXPORT struct program *debug_end_program(void)   { +  Pike_compiler->compiler_pass = 2;    return end_first_pass(1);   }