pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-05-06
2014-05-06 15:49:49 by Arne Goedeke <el@laramies.com>
abe3a8a9d32076eacbe13dd2a206d38b992fa05b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
stralloc: const-correctness
405:
return 0; }
-
static void locate_problem(int (*isproblem)(struct pike_string *))
+
static void locate_problem(int (*isproblem)(
const
struct pike_string *))
{ unsigned INT32 e; struct pike_string *s;