summaryrefslogtreecommitdiff
path: root/upb/env.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-05-08 17:20:55 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-05-08 17:20:55 -0700
commit838009ba2b8ea1e99061c66e0fbd9cb53a96ec20 (patch)
treeda3cbc97eed1eb70af5e0f3a687ff37ad239d119 /upb/env.h
parentfa10302a502de38a66ed921eeeacb4107e9572a2 (diff)
Fixes for the open-source build.
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