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:
parent
01333964bd
commit
d9ae097533
2 changed files with 55 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue