pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-10
1998-04-10 18:38:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ae7ee584d7b10a4a26f91398e9aaff384c0c8ce7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed __INIT() bug.
Rev: src/program.c:1.75
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
74
1998/04/10
04
:
49
:
55
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
75
1998/04/10
18
:
38
:
15
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
769:
/* Collect references to inherited __INIT functions */
-
for(e=new_program->num_inherits-1;e
>1
;e--)
+
for(e=new_program->num_inherits-1;e;e--)
{ int id; if(new_program->inherits[e].inherit_level!=1) continue;