pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-04-25
2006-04-25 18:29:50 by David Hedbor <david@hedbor.org>
ec51cebed2bfad1ce49ef6e44c4e763e080f9a31 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some minor compiler warnings.
Rev: src/operators.c:1.210
Rev: src/stralloc.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: operators.c,v 1.
209
2006/04/
24
12
:
00
:
15
grubba
Exp $
+
|| $Id: operators.c,v 1.
210
2006/04/
25
18
:
29
:
49
neotron
Exp $
*/ #include "global.h"
4358:
Pike_fatal ("Unexpected bound_types.\n"); #endif }
+
return "Unexpected bound_types"; /* Make compiler quiet */
} PMOD_EXPORT void o_range2 (int bound_types)
4440:
case T_STRING: case T_ARRAY: {
-
INT_TYPE l, h;
+
INT_TYPE l
=0
, h
=0
;
if (!(bound_types & RANGE_LOW_OPEN)) { if (low->type != T_INT) bad_arg_error (range_func_name (bound_types),
4648:
case T_STRING: case T_ARRAY: {
-
INT_TYPE l, h;
+
INT_TYPE l
=0
, h
=0
;
int bound_types; CALC_BOUND_TYPES (bound_types);