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

Suggestion for improvement #145

Open
anonymouz4 opened this issue Nov 2, 2019 · 0 comments
Open

Suggestion for improvement #145

anonymouz4 opened this issue Nov 2, 2019 · 0 comments

Comments

@anonymouz4
Copy link

I'd suggest to change

typedef enum
{
  FALSE,
  TRUE
} NBBOOL;

to sth like

typedef enum
{
  _FALSE,
  _TRUE
} NBBOOL;

and all corresponding occurrences.

the problem with the first one is that you can't #include <mach-o/dyld.h>, it would see it as redeclaration of TRUE/FALSE.

So problems would occur when integrating the code in other projects.

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

No branches or pull requests

1 participant