pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-01-05
2007-01-05 14:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0b5af70a7d6d3e09fc121740974a1f11f05fdc48 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed diagnostic.
Rev: src/pike_types.c:1.259
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: pike_types.c,v 1.
258
2006
/
10
/
27
18
:
19
:
42
grubba Exp $
+
|| $Id: pike_types.c,v 1.
259
2007
/
01
/
05
14
:
52:
19 grubba Exp $
*/ #include "global.h"
4997:
case T_VOID: return 1; default:
-
Pike_fatal("pike_type_allow_premature_toss: Unknown type code
(
%d)\n",
-
((unsigned
char
*)
type
)[
-
1]
);
+
Pike_fatal("pike_type_allow_premature_toss: Unknown type
(
code
:
%d)\n",
+
type-
>type
);
/* NOT_REACHED */ return 0; }