pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-07
2017-11-07 14:47:24 by Martin Nilsson <nilsson@fastmail.com>
eaca0faf4d25fc73946b37b9ba7ebc8e9ef493be (
7
lines) (+
2
/-
5
)
[
Show
|
Annotate
]
Branch:
8.1
Removed unbug
1780:
#endif /* SET_PROG_COUNTER */
-
/* NOTE: Due to the implementation of computed goto,
-
* interpreter.h may only be included once.
-
*/
+
#if defined(PIKE_DEBUG) #define eval_instruction eval_instruction_with_debug
-
#include "interpreter
_debug
.h"
-
+
#include "interpreter.h"
#undef eval_instruction #define eval_instruction eval_instruction_without_debug