pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-19
1999-09-19 22:59:45 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
43fc1737125ae0eac7f691f0c0967b6f0979feca (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
minor bugfixes
Rev: src/language.yacc:1.124
Rev: src/las.c:1.91
Rev: src/program.c:1.152
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
151
1999/09/
18
09
:
21
:
26
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
152
1999/09/
19
22
:
59
:
45
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
687:
} if(p->constants)
+
{
for(e=0;e<p->num_constants;e++)
-
+
{
free_svalue(& p->constants[e].sval);
-
+
if(p->constants[e].name) free_string(p->constants[e].name);
+
}
+
}
if(p->inherits) for(e=0; e<p->num_inherits; e++)