pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-20
2003-08-20 11:53:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b9fee3b743bc1cc076bfde02f616a7e7368b445d (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added FIXME.
Rev: src/error.c:1.114
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.
113
2003/08/
04
16
:
14
:
21
mast
Exp $
+
|| $Id: error.c,v 1.
114
2003/08/
20
11
:
53
:
58
grubba
Exp $
*/ #define NO_PIKE_SHORTHAND
23:
#include "threads.h" #include "gc.h"
-
RCSID("$Id: error.c,v 1.
113
2003/08/
04
16
:
14
:
21
mast
Exp $");
+
RCSID("$Id: error.c,v 1.
114
2003/08/
20
11
:
53
:
58
grubba
Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X)
567:
static void f_error__sprintf(INT32 args) { struct program *p = Pike_fp->current_object->prog;
+
/* FIXME: What about obscure overloadings? */
int i = find_identifier("error_type", p); struct identifier *id = ID_FROM_INT(p, i); int mode = 0;