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

#error in runtime/basis/Word/Word.c not needed with C99 #11

Closed
agoode opened this issue May 12, 2013 · 0 comments · Fixed by #12
Closed

#error in runtime/basis/Word/Word.c not needed with C99 #11

agoode opened this issue May 12, 2013 · 0 comments · Fixed by #12

Comments

@agoode
Copy link
Contributor

agoode commented May 12, 2013

In Word.c, there is a check for round-to-zero integer division behavior. This is no longer necessary with C99, since C99's integer division now matches that of INTEGER in the basis.

The giant architecture check with the error can be eliminated, along with the comment.

MatthewFluet added a commit that referenced this issue May 16, 2013
Remove checks for integer division conformance in Word.c

Fixes #11.
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 a pull request may close this issue.

1 participant