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

use a different variable name for nested loop in bench.c #80

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Jul 26, 2016

and declare it ahead of time to avoid "error: 'for' loop initial declarations are only allowed in C99 mode"

and declare it ahead of time to avoid "error: 'for' loop initial declarations are only allowed in C99 mode"
@tkelman
Copy link
Contributor Author

tkelman commented Jul 26, 2016

Any objection @stevengj? Would you mind if I tagged 2.0.2 after this? The changes have been pretty negligible since 2.0.1 but it'd be useful for JuliaLang/julia#17637

@stevengj stevengj merged commit 0bf1973 into master Jul 26, 2016
@stevengj
Copy link
Member

Sure. File a PR that updates NEWS and the various version numbers before tagging.

@stevengj stevengj deleted the tk/nestedloop branch July 26, 2016 21:58
@tkelman
Copy link
Contributor Author

tkelman commented Jul 26, 2016

Right, I knew I was forgetting something.

tkelman added a commit that referenced this pull request Jul 26, 2016
@tkelman
Copy link
Contributor Author

tkelman commented Jul 27, 2016

#53 would probably also be able to address the build failure.

stevengj pushed a commit that referenced this pull request Jul 27, 2016
* Add NEWS.md items for #79 and #80

* Prepare version numbers for 2.0.2

* Also update API version to 2.0.2
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