Turn simple constants to preprocessor macros
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Vendored
+2
-1
@@ -20,9 +20,10 @@
|
||||
#include "fdlibm.h"
|
||||
|
||||
static const double
|
||||
one = 1.0,
|
||||
Zero[] = {0.0, -0.0,};
|
||||
|
||||
#define one 1.0
|
||||
|
||||
double fmod(double x, double y)
|
||||
{
|
||||
int n,hx,hy,hz,ix,iy,sx,i;
|
||||
|
||||
Reference in New Issue
Block a user