pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-06-17
2014-06-17 14:14:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d05654633e43a162efd1ec6328e4d5e85e0a063d (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
GC: Clean up some of the visit_* API.
All the visit_*() functions now have all arguments.
2795:
#endif /* PIKE_DEBUG */
-
PMOD_EXPORT void visit_array (struct array *a, int action)
+
PMOD_EXPORT void visit_array (struct array *a, int action
, void *extra
)
{ switch (action) { #ifdef PIKE_DEBUG