pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:10 by Arne Goedeke <el@laramies.com>
4e9bbbda8f24d8d6ad5732931c5f8ac70363ed7e (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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;