Branch: Tag:

2006-03-11

2006-03-11 08:22:40 by Martin Stjernholm <mast@lysator.liu.se>

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) \