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

Typo INC(9) #13

Open
benjaminbucheli opened this issue Nov 1, 2019 · 1 comment
Open

Typo INC(9) #13

benjaminbucheli opened this issue Nov 1, 2019 · 1 comment

Comments

@benjaminbucheli
Copy link

Might be a typo for INC(9)?
It should be #define INC_9 10 instead of #define INC_9 9?

@benjaminbucheli benjaminbucheli changed the title Typo Typo INC(9) Nov 1, 2019
@BOT-Man-JL
Copy link

IMHO, it prevents the overflow cases: INC(N) means MAX(N + 1, MAX_NUMBER) here, and MAX_NUMBER is 9.

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

2 participants