pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-09
2003-09-09 14:31:00 by Martin Stjernholm <mast@lysator.liu.se>
91cad2b514df17f717d28a7ae628e80813c325c8 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added T_MIXED to get_name_of_type.
Rev: src/pike_types.c:1.223
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.
222
2003/09/
04
15
:
30
:
06
mast Exp $
+
|| $Id: pike_types.c,v 1.
223
2003/09/
09
14
:
31
:
00
mast Exp $
*/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
222
2003/09/
04
15
:
30
:
06
mast Exp $");
+
RCSID("$Id: pike_types.c,v 1.
223
2003/09/
09
14
:
31
:
00
mast Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
154:
case T_TYPE: return "type"; case T_ZERO: return "zero"; case T_VOID: return "void";
+
case T_MIXED: return "mixed";
case T_STORAGE: return "object storage"; case T_MAPPING_DATA: return "mapping_data"; case T_PIKE_FRAME: return "pike_frame";