Finish porting hammer's library to windows

We port registry by importing the (public domain) openbsd implementation
of the tfind/tsearch POSIX binary tree search functions.

These are only necessary when building on non-posix platforms
This commit is contained in:
Nicolas Léveillé 2016-01-31 17:27:19 +01:00
parent 206f5044a8
commit 9a7752b9a6
5 changed files with 192 additions and 2 deletions

View file

@ -9,7 +9,9 @@ desugar.c
glue.c
hammer.c
pprint.c
registry.c
system_allocator.c
tsearch.c
parsers/action.c
parsers/and.c
parsers/attr_bool.c