File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
#include "utils/geo_decls.h" /* for Point */
8
8
9
+ /* X/Open (XSI) requires <math.h> to provide M_PI, but core POSIX does not */
9
10
#ifndef M_PI
10
11
#define M_PI 3.14159265358979323846
11
12
#endif
Original file line number Diff line number Diff line change 68
68
#include "port/pg_bitutils.h"
69
69
#include "portability/instr_time.h"
70
70
71
+ /* X/Open (XSI) requires <math.h> to provide M_PI, but core POSIX does not */
71
72
#ifndef M_PI
72
73
#define M_PI 3.14159265358979323846
73
74
#endif
Original file line number Diff line number Diff line change 17
17
18
18
#include <math.h>
19
19
20
+ /* X/Open (XSI) requires <math.h> to provide M_PI, but core POSIX does not */
20
21
#ifndef M_PI
21
- /* From my RH5.2 gcc math.h file - thomas 2000-04-03 */
22
22
#define M_PI 3.14159265358979323846
23
23
#endif
24
24
You can’t perform that action at this time.
0 commit comments