aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
diff options
context:
space:
mode:
authorRobert Sipka <rsipka.uszeged@partner.samsung.com>2016-08-02 14:11:47 +0200
committerRobert Sipka <rsipka.uszeged@partner.samsung.com>2016-08-05 09:11:33 +0200
commitf15e7beadc24af29f24aa8ecc734ec9af55cec4f (patch)
tree0445f65e732e6935e8f13cbc0d75d1e6b0313ef1 /jerry-core/ecma/builtin-objects/ecma-builtin-math.c
parent79bc5d02208935bad827e5c2a42a0fd2d2ef6e9e (diff)
Remove compact profile.
The standard doesn't defines ECMAScript Compact Profile as a subset of Ecma-262 Edition 5.1. Profile modes can be added easily like the minimal profile if required. JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
Diffstat (limited to 'jerry-core/ecma/builtin-objects/ecma-builtin-math.c')
-rw-r--r--jerry-core/ecma/builtin-objects/ecma-builtin-math.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-math.c b/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
index de7361d3..9a007919 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
@@ -30,7 +30,7 @@
#include "jrt.h"
#include "jrt-libc-includes.h"
-#ifndef CONFIG_ECMA_COMPACT_PROFILE_DISABLE_MATH_BUILTIN
+#ifndef CONFIG_DISABLE_MATH_BUILTIN
#define ECMA_BUILTINS_INTERNAL
#include "ecma-builtins-internal.h"
@@ -655,4 +655,4 @@ ecma_builtin_math_object_tan (ecma_value_t this_arg, /**< 'this' argument */
* @}
*/
-#endif /* !CONFIG_ECMA_COMPACT_PROFILE_DISABLE_MATH_BUILTIN */
+#endif /* !CONFIG_DISABLE_MATH_BUILTIN */