pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-07-17
2009-07-17 14:32:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
11149d1d674920cdb7f6010b3f1800ba0f81d5f8 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Improved diagnostics.
Rev: src/error.c:1.168
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.
167
2009/
03
/
13
00
:
29
:
19
mast
Exp $
+
|| $Id: error.c,v 1.
168
2009/
07
/
17
14
:
32
:
34
grubba
Exp $
*/ #define NO_PIKE_SHORTHAND
938:
struct object *o; \ va_start(foo,desc); \ ASSERT_THREAD_SWAPPED_IN(); \
-
o=fast_clone_object(PIKE_CONCAT(FEL,_error_program)); \
-
DWERROR((stderr, "%s(): Throwing a " #FEL " error\n", func))
+
DWERROR((stderr, "%s(): Throwing a " #FEL " error\n", func))
; \
+
o=fast_clone_object(PIKE_CONCAT(FEL,_error_program))
#define ERROR_DONE(FOO) \ PIKE_CONCAT(FOO,_error_va(o,func, \