- Notifications
You must be signed in to change notification settings - Fork28
Commitd5d7f7f
committed
Silence MSVC warnings about redefinition of isnan
Some versions of perl.h define isnan when the compiler is MSVC. To avoidwarnings about this, undefine the symbol before including perl.h andre-add the definition afterwards if it wasn't recreated.Discussion:https://postgr.es/m/caf0568e-3c1f-07fd-6914-d903f22560f2@2ndQuadrant.com1 parent0b59b0e commitd5d7f7f
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 |
| |
48 | 53 |
| |
49 | 54 |
| |
| |||
135 | 140 |
| |
136 | 141 |
| |
137 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
138 | 150 |
| |
139 | 151 |
| |
140 | 152 |
| |
|
0 commit comments
Comments
(0)