pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-03-16
2015-03-16 00:37:45 by Martin Nilsson <nilsson@opera.com>
48d159c96f2b766368dce8dbb5210174bbd7a8d2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Moved _next, _prev and next_object to Debug.
2222:
} #endif
-
struct pike_string *next_pike_string (const struct pike_string *s)
+
PMOD_EXPORT
struct pike_string *next_pike_string (const struct pike_string *s)
{ struct pike_string *next = s->next; if (!next) {