hammer/tools/windows/hammer_lib_src_list
Nicolas Léveillé d9ae097533 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.
2015-08-16 09:10:04 +02:00

40 lines
677 B
Text

platform_win32.c
allocator.c
benchmark.c
bitreader.c
bitwriter.c
cfgrammar.c
desugar.c
glue.c
hammer.c
system_allocator.c
parsers/action.c
parsers/and.c
parsers/attr_bool.c
parsers/butnot.c
parsers/ch.c
parsers/charset.c
parsers/difference.c
parsers/end.c
parsers/endianness.c
parsers/epsilon.c
parsers/ignore.c
parsers/ignoreseq.c
parsers/indirect.c
parsers/int_range.c
parsers/many.c
parsers/not.c
parsers/optional.c
parsers/permutation.c
parsers/sequence.c
parsers/token.c
parsers/unimplemented.c
parsers/whitespace.c
parsers/xor.c
parsers/value.c
backends/packrat.c
backends/llk.c
backends/glr.c
backends/lalr.c
backends/lr.c
backends/lr0.c