pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:25:27 by Martin Nilsson <nilsson@opera.com>
513d9c3148ed6bdac9c96c91be659f5334644446 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Fixed warnings.
1181:
*size = num_catch_ctx * (sizeof(struct catch_context)+8); /* assumes 8 bytes overhead. */ }
+
#ifdef DO_PIKE_CLEANUP
static void free_all_catch_context_blocks(void) { struct catch_context *x = free_catch_context, *n;
1193:
} free_catch_context = NULL; }
+
#endif
static int catching_eval_instruction (PIKE_OPCODE_T *pc);
2032:
#undef FRAMES_PER_CHUNK #undef FRAME_CHUNK_SIZE
+
#ifdef DO_PIKE_CLEANUP
static void free_all_pike_frame_blocks(void) { struct pike_frame_chunk *x = pike_frame_chunks, *n;
2046:
num_pike_frames=0; num_pike_frame_chunks=0; }
+
#endif
void really_free_pike_scope(struct pike_frame *scope) {