pike.git/
src/
mapping.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-04
2000-02-04 00:50:59 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
0b6c8050d433579ed443340fa972aa4e6ad4a046 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
mapping bug fixed
Rev: src/mapping.c:1.59
Rev: src/testsuite.in:1.266
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: mapping.c,v 1.
58
2000/02/
03
02
:
37
:
22
hubbe Exp $");
+
RCSID("$Id: mapping.c,v 1.
59
2000/02/
04
00
:
50
:
58
hubbe Exp $");
#include "main.h" #include "object.h" #include "mapping.h"
1552:
} }
-
if((m->data->val_types | m->data->ind_types) & BIT_COMPLEX)
+
if(
!
(
(
m->data->val_types | m->data->ind_types) & BIT_COMPLEX)
)
return copy_mapping(m); ret=allocate_mapping(MAP_SLOTS(m->data->size));