pike.git/src/error.c:1:
/*
|| 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: error.c,v 1.168 2009/07/17 14:32:34 grubba Exp $
+ || $Id: error.c,v 1.169 2010/02/21 22:42:19 srb Exp $
*/
#define NO_PIKE_SHORTHAND
#include "global.h"
#include "svalue.h"
#include "pike_macros.h"
#include "pike_error.h"
#include "interpret.h"
#include "stralloc.h"
#include "builtin_functions.h"
pike.git/src/error.c:602: Inside #if defined(PIKE_DEBUG) and #if defined(HAVE_VA_COPY)
va_end (a);
}
#endif
dump_backlog();
}
#endif
if (fmt) (void)VFPRINTF(stderr, fmt, args);
if(Pike_in_gc)
- fprintf(stderr,"Pike was in GC stage %d when this fatal occured.\n",Pike_in_gc);
+ fprintf(stderr,"Pike was in GC stage %d when this fatal occurred.\n",Pike_in_gc);
Pike_in_gc = GC_PASS_DISABLED;
d_flag=Pike_interpreter.trace_level=0;
if(Pike_sp && Pike_interpreter.evaluator_stack &&
master_object && master_object->prog)
{
JMP_BUF jmp;
struct callback_list saved_eval_cbs = evaluator_callbacks;
/* Simulate threads_disabled to avoid thread switches or any other