pike.git/
src/
module.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-07-07
2000-07-07 02:38:08 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
992e66ffd32a5dffbb72b37c08444afa592ce0fa (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
facilitate debugging
Rev: src/module.c:1.11
Rev: src/program_id.h:1.4
14:
#include "stralloc.h" #include "object.h" #include "mapping.h"
+
#include "program_id.h"
#include "modules/modlist_headers.h"
-
RCSID("$Id: module.c,v 1.
10
1999
/
02
/
10
21
:
46
:
44
hubbe Exp $");
+
RCSID("$Id: module.c,v 1.
11
2000
/
07
/
07
02
:
38
:
08
hubbe Exp $");
typedef void (*modfun)(void);
40:
unsigned int e; start_new_program();
+
Pike_compiler->new_program->id=PROG___BUILTIN_ID;
for(e=0;e<NELEM(module_list);e++) {