Fixed #9452 (FP syntaxError - _Pragma before struct with two constructors)
This commit is contained in:
parent
65784a16c4
commit
14539b56a3
|
@ -49,6 +49,7 @@
|
|||
<define name="M_2_SQRTPI" value="1.12837916709551257390"/>
|
||||
<define name="M_SQRT2" value="1.41421356237309504880"/>
|
||||
<define name="M_SQRT1_2" value="0.70710678118654752440"/>
|
||||
<define name="_Pragma(x)" value=""/>
|
||||
<!-- errno_t is a typedef for int -->
|
||||
<define name="errno_t" value="int"/>
|
||||
<!-- void abort(void); -->
|
||||
|
|
Loading…
Reference in New Issue