Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win32 Fixes #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Win32 Fixes #11

wants to merge 2 commits into from

Conversation

EionRobb
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant