pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-05
2017-11-05 15:05:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
15ab0b097cc904acd6bf3db70f4de7df10894d3c (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
c071bc9e318c0a5ebeb4df1c681e0506d72a7e35
Fix multiple warnings.
LFUN::destroy() has been renamed to _destruct().
1441:
c = count++; }
-
void
destroy
()
+
void
_destruct
()
{ count--; if (count != c)