All-in-one build friendly jerry-libm.
Define constants are undefined at the end of the corresponding files of jerry-libm supporting all-in-one build. JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
This commit is contained in:
@@ -136,3 +136,19 @@ asin (double x)
|
||||
return -t;
|
||||
}
|
||||
} /* asin */
|
||||
|
||||
#undef one
|
||||
#undef huge
|
||||
#undef pio2_hi
|
||||
#undef pio2_lo
|
||||
#undef pio4_hi
|
||||
#undef pS0
|
||||
#undef pS1
|
||||
#undef pS2
|
||||
#undef pS3
|
||||
#undef pS4
|
||||
#undef pS5
|
||||
#undef qS1
|
||||
#undef qS2
|
||||
#undef qS3
|
||||
#undef qS4
|
||||
|
||||
Reference in New Issue
Block a user