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

Makefile to build libfb.a, Unix support, and bugfixes #1

Merged
merged 5 commits into from Oct 13, 2017

Conversation

rversteegen
Copy link
Contributor

No description provided.

I added an extra header which aliases the posix calls to the win32-specific ones,
and provides some more functions missing from the headers,
so that the same code will compile on windows and linux.
This (and other changes) needs to get merged into fb's headers.
Note: nearly all instances of not(p) are wrong, because TRUE is defined as 1,
but I didn't change them, because it's almost certainly TRUE that should be changed.

Interestingly, not(p) for a pointer p actually exposes a -gen gcc bug.
@ImortisInglorian ImortisInglorian merged commit 56b2f65 into ImortisInglorian:master Oct 13, 2017
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.

None yet

2 participants