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

Avoid 'getc' symbol #472

Merged
merged 1 commit into from
Jan 12, 2018
Merged

Avoid 'getc' symbol #472

merged 1 commit into from
Jan 12, 2018

Conversation

ehmry
Copy link
Contributor

@ehmry ehmry commented Dec 1, 2017

The FreeBSD libc defines 'getc' as a macro and thus it can not be used
as a C++ method in files that include "stdio.h". Use the symbol 'get_c'
instead in the IO classes.

The FreeBSD libc defines 'getc' as a macro and thus it can not be used
as a C++ method in files that include "stdio.h". Use the symbol 'get_c'
instead in the IO classes.
@jonsneyers jonsneyers merged commit 9d63d5d into FLIF-hub:master Jan 12, 2018
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.

2 participants