pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-05
2001-06-05 10:15:58 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
6a811fa17b518b79918b76cbf255d8b97440e2c8 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
added a comment
Rev: src/program.c:1.327
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
326
2001/
05
/
26
17:
10:
26
grubba
Exp $");
+
RCSID("$Id: program.c,v 1.
327
2001/
06/
05 10:
15:58
hubbe
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
4031:
destruct(placeholder); } else { /* FIXME: Is this correct? */
+
/* It would probably be nicer if it was possible to just call
+
* destruct on the object, but this works too. -Hubbe
+
*/
free_program(placeholder->prog); placeholder->prog = NULL; }
4129:
destruct(placeholder); } else { /* FIXME: Is this correct? */
+
/* It would probably be nicer if it was possible to just call
+
* destruct on the object, but this works too. -Hubbe
+
*/
free_program(placeholder->prog); placeholder->prog = NULL; }