Remove void pointer arithmetics in system_allocator.c

We replace instances of void* w/ char* arithmetics.

This allows system_allocator.c to be compiled with MSVC.

Also we introduce a struct to represent the size_t header.
This commit is contained in:
Nicolas Léveillé 2015-08-16 09:10:04 +02:00
parent 01333964bd
commit d9ae097533
2 changed files with 55 additions and 18 deletions

View file

@ -7,6 +7,7 @@ cfgrammar.c
desugar.c
glue.c
hammer.c
system_allocator.c
parsers/action.c
parsers/and.c
parsers/attr_bool.c