summaryrefslogtreecommitdiffstats
path: root/wv_mem.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-05-05 16:05:19 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-05-05 16:05:19 +0800
commitfd2d93f4a97ab5a3bc18764c353b971b4035ac6a (patch)
tree26c6b13590dfa727a0e5efbddf5f343982d89cbf /wv_mem.h
parent49304ca2f667b8d82e9346654477c10a27a63931 (diff)
downloadweb-view-fd2d93f4a97ab5a3bc18764c353b971b4035ac6a.tar.gz
Defined basic DOM operations.
Diffstat (limited to 'wv_mem.h')
-rw-r--r--wv_mem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wv_mem.h b/wv_mem.h
index 9d23ae8..dc95c7c 100644
--- a/wv_mem.h
+++ b/wv_mem.h
@@ -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)))