diff options
Diffstat (limited to 'wv_mem.h')
| -rw-r--r-- | wv_mem.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,9 +7,6 @@ /* Relative offset into the arena */ typedef uint32_t wv_ref; -/* 0 is our 'NULL' */ -#define WV_REF_NULL 0 - /* Resolve a ref into a memory address */ #define WV_ADDR(arena, ref) ((void *)((arena)->buf + (ref))) |
