Fixed #9452 (FP syntaxError - _Pragma before struct with two constructors)

This commit is contained in:
Daniel Marjamäki 2019-11-17 18:50:40 +01:00
parent 65784a16c4
commit 14539b56a3
1 changed files with 1 additions and 0 deletions

View File

@ -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); -->