pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-08
1999-04-08 23:54:29 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
5b7b063f2a8f4cc725693f9c962d2ba49a93ba18 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
coredump fix (I hope)
Rev: src/constants.c:1.16
Rev: src/interpret.c:1.119
Rev: src/main.c:1.69
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
118
1999/
03
/
19
11
:
43
:
14
hubbe Exp $");
+
RCSID("$Id: interpret.c,v 1.
119
1999/
04
/
08
23
:
54
:
28
hubbe Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1351:
void really_clean_up_interpret(void) {
+
#ifdef DO_PIKE_CLEANUP
free_all_pike_frame_blocks();
-
+
#endif
}