pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-18
2004-09-18 14:27:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8d0142a6cbd62d2b77e2efa4906f204fc7844447 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing va_end().
Rev: src/error.c:1.132
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: error.c,v 1.
131
2004/
08
/
31
20
:
25
:
40
grubba Exp $
+
|| $Id: error.c,v 1.
132
2004/
09
/
18
14
:
27
:
04
grubba Exp $
*/ #define NO_PIKE_SHORTHAND
23:
#include "threads.h" #include "gc.h"
-
RCSID("$Id: error.c,v 1.
131
2004/
08
/
31
20
:
25
:
40
grubba Exp $");
+
RCSID("$Id: error.c,v 1.
132
2004/
09
/
18
14
:
27
:
04
grubba Exp $");
/* __attribute__ only applies to function declarations, not definitions, so we disable them here. */
510:
(void)VFPRINTF(stderr, fmt, args);
+
va_end(args);
+
d_flag=Pike_interpreter.trace_level=0;
-
+
if(Pike_sp && Pike_interpreter.evaluator_stack && master_object && master_object->prog) {