pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-01-08
2007-01-08 09:24:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
32dc74bea6504a7d2a30e9acd06068046bfe5c47 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fix for fatal "pike_type_allow_premature_toss: Unknown type (code: 14)".
Rev: src/pike_types.c:1.260
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.
259
2007/01/
05
14
:
52
:
19
grubba Exp $
+
|| $Id: pike_types.c,v 1.
260
2007/01/
08
09
:
24
:
21
grubba Exp $
*/ #include "global.h"
4994:
case T_INT: case T_FLOAT: case T_STRING:
+
case PIKE_T_ZERO:
case T_VOID: return 1; default: