summaryrefslogtreecommitdiff
path: root/upb/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/env.h')
-rw-r--r--upb/env.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/upb/env.h b/upb/env.h
index 500b0ac..78dda20 100644
--- a/upb/env.h
+++ b/upb/env.h
@@ -177,9 +177,9 @@ UPB_DEFINE_STRUCT0(upb_seededalloc,
void *default_alloc_ud;
// Pointers for the initial memory region.
- void *mem_base;
- void *mem_ptr;
- void *mem_limit;
+ char *mem_base;
+ char *mem_ptr;
+ char *mem_limit;
// For future expansion, since the size of this struct is exposed to users.
void *future1;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback