pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-03-11
2006-03-11 08:22:40 by Martin Stjernholm <mast@lysator.liu.se>
f3bef632725bf6038c9a706fd23bb105be9640d7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Some paranoia in the new trace message.
Rev: src/interpret.c:1.373
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret.c,v 1.
372
2006/03/11 08:
20
:
26
mast Exp $
+
|| $Id: interpret.c,v 1.
373
2006/03/11 08:
22
:
40
mast Exp $
*/ #include "global.h"
1079:
struct catch_context *cc = Pike_interpreter.catch_ctx; \ DO_IF_DEBUG ( \ TRACE((3,"- Popping catch context %p ==> %p\n", \
-
cc, cc->prev));
\
+
cc, cc
? cc
->prev
: NULL
)); \
if (!Pike_interpreter.catching_eval_jmpbuf) \ Pike_fatal ("Not in catching eval.\n"); \ if (!cc) \