Commit fd2d76e
authored
BLD: define _USE_MATH_DEFINES in c_args (#870)
Python.h includes <math.h> before cwt.template.c gets a chance to define
_USE_MATH_DEFINES, so the define never takes effect and M_PI is left
undeclared wherever math.h gates it on that macro.1 parent c55a14e commit fd2d76e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments