2016-02-07
2016-02-07 18:15:29 by Martin Nilsson <nilsson@fastmail.com>
-
35e11529d5dd0e7d475415952593ab5e8974accc
(5 lines)
(+2/-3)
[
Show
| Annotate
]
Branch: 8.1
Rewrote a few PIKE_DEBUG outputs.
1689: Inside #if undefined(OPCODE_INLINE_RETURN)
* prevent gcc from optimizing the labels below too much
*/
- #ifdef PIKE_DEBUG
- fprintf(stderr,"We have reached the end of the world!\n");
- #endif
+ DWERR("We have reached the end of the world!\n");
}
#ifdef __GNUC__