2001-04-25
2001-04-25 21:26:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
d49add63e6b9f99bf3a4138cb6a38d9bb32662c7
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
unbug support
Rev: src/Makefile.in:1.255
Rev: src/interpret.c:1.192
Rev: src/interpret_functions.h:1.51
Rev: src/interpreter.h:1.57
Rev: src/opcodes.c:1.106
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: interpret.c,v 1.191 2001/04/14 09:44:20 hubbe Exp $");
+ RCSID("$Id: interpret.c,v 1.192 2001/04/25 21:26:45 hubbe Exp $");
#include "interpret.h"
#include "object.h"
#include "program.h"
786: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
#define eval_instruction eval_instruction_with_debug
- #include "interpreter.h"
+ #include "interpreter_debug.h"
#undef eval_instruction
#define eval_instruction eval_instruction_without_debug