tl-parser icon indicating copy to clipboard operation
tl-parser copied to clipboard

Win32 Fixes

Open EionRobb opened this issue 9 years ago • 0 comments

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.

EionRobb avatar Apr 10 '16 00:04 EionRobb