tl-parser
tl-parser copied to clipboard
Win32 Fixes
These are the changes needed to make tl-parser work on mingw.
Of particular concern is the changes to set NULL pointers before using variables, eg struct tree_tl_type *tl_type_tree = 0;, otherwise it's using random memory locations to create the tree's and they end up in the resulting .tlo file.