pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-04-30
2015-04-30 15:18:28 by Martin Nilsson <nilsson@opera.com>
911efc685e388cd353f40f6c5b5aafd9f1bc04a4 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Moved describe to Debug.
1665:
describe_something(x, type, 0, 0, 0, inblock); }
-
void debug_describe_svalue(struct svalue *s)
+
PMOD_EXPORT
void debug_describe_svalue(struct svalue *s)
{ fprintf(stderr,"Svalue at %p is:\n",s); switch(TYPEOF(*s))