pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-03-08
2003-03-08 20:38:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
089c9c0e5c76d5363c7ceb5dceb9f610161bde3e (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, bugfix.
Rev: src/pike_types.c:1.210
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.
209
2003/03/
07
13
:
16
:
55
grubba Exp $
+
|| $Id: pike_types.c,v 1.
210
2003/03/
08
20
:
38
:
02
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
209
2003/03/
07
13
:
16
:
55
grubba Exp $");
+
RCSID("$Id: pike_types.c,v 1.
210
2003/03/
08
20
:
38
:
02
grubba Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
4254:
case T_MAPPING: type_stack_mark(); if (m_sizeof(s->u.mapping)) {
-
push_type_field(s->u.mapping->data->ind_types);
+
push_type_field(s->u.mapping->data->val_types);
-
+
push_type_field(s->u.mapping->data->ind_types);
} else { push_type(T_ZERO);