pike.git/
src/
array.h
Branch:
Tag:
Non-build tags
All tags
No tags
2015-03-16
2015-03-16 23:39:19 by Martin Nilsson <nilsson@opera.com>
f4264261603f7bd732697311748b4ea0c9f45652 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
No need to obfuscate refs anymore.
22:
*/ struct array {
-
PIKE_MEMORY_OBJECT_MEMBERS
;
+
INT32 refs
;
struct array *next; /**< we need to keep track of all arrays */ struct array *prev; /**< Another pointer, so we don't have to search