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

bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> #4919

Merged
merged 1 commit into from
Dec 18, 2017
Merged

bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> #4919

merged 1 commit into from
Dec 18, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 18, 2017

  • main.c: add missing #include <fenv.h> on FreeBSD
  • indent also other #ifdef in main.c
  • cleanup Programs/python.c

https://bugs.python.org/issue32030

* main.c: add missing #include <fenv.h> on FreeBSD
* indent also other #ifdef in main.c
* cleanup Programs/python.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants