pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-03-01
1997-03-01 01:41:06 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
f839faca6c225af9a4c757d232d84967f26771cd (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more debug added
Rev: src/program.c:1.23
Rev: src/threads.c:1.18
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
22
1997/
02
/
19
05
:
07
:
18
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
23
1997/
03
/
01
01
:
41
:
05
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1088:
tmp.type=T_PROGRAM; tmp.subtype=0; tmp.u.program=end_program();
+
if(!tmp.u.program)
+
fatal("Failed to initialize class '%s'\n",name);
ret=simple_add_constant(name, &tmp, flags); free_svalue(&tmp); return ret;