]> granicus.if.org Git - python/commit
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Dec 2017 22:42:55 +0000 (23:42 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2017 22:42:55 +0000 (23:42 +0100)
commit6efcb6d3d5911aaf699f9df3bb3bc26e94f38e6d
tree2f7c542cdd6c293b8d24efd198e6a9fb3b36585e
parentd757aaf9dd767d13205bf9917e520ebf43e7f6e5
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)

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