pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-07-19
2000-07-19 16:48:51 by Andreas Lange <andreas@lange.cx>
a8d36de6982b9fa174d93f94c84f4e0a5b55008b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
cast
Rev: src/builtin_functions.c:1.291
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
290
2000/07/19
13
:
09
:
53
lange Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
291
2000/07/19
16
:
48
:
51
lange Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
183:
hi = mid; } }
-
return(cache = case_info + lo);
+
return(cache =
(struct
case_info
*)case_info
+ lo);
} #define DO_LOWER_CASE(C) do {\