pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-02
2004-05-02 21:35:54 by Martin Nilsson <mani@lysator.liu.se>
fc4a8e7c6594ada0470d2c05b82ad8bbbf76809f (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed segfault in interleave_array
Rev: src/builtin_functions.c:1.549
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: builtin_functions.c,v 1.
548
2004/05/
01
15
:
32
:
01
mast
Exp $
+
|| $Id: builtin_functions.c,v 1.
549
2004/05/
02
21
:
35
:
54
nilsson
Exp $
*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
548
2004/05/
01
15
:
32
:
01
mast
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
549
2004/05/
02
21
:
35
:
54
nilsson
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
4884:
ITEM(min)[i].u.integer = low; }
-
min->type_field =
T
_INT;
+
min->type_field =
BIT
_INT;
ref_push_array(order); f_sort(2); /* Sort the order array on the minimum index */
5057:
ITEM(res)[--top].u.integer = ltop; ltop = links[ltop]; }
-
res->type_field =
T
_INT;
+
res->type_field =
BIT
_INT;
UNSET_ONERROR(tmp2); UNSET_ONERROR(tmp);