summaryrefslogtreecommitdiff
path: root/nuttx/lib/math/lib_asinl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/math/lib_asinl.c')
-rw-r--r--nuttx/lib/math/lib_asinl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/math/lib_asinl.c b/nuttx/lib/math/lib_asinl.c
index bd1cb70ee..dbb2bc3a2 100644
--- a/nuttx/lib/math/lib_asinl.c
+++ b/nuttx/lib/math/lib_asinl.c
@@ -39,7 +39,7 @@
* Public Functions
************************************************************************/
-#if CONFIG_HAVE_LONG_DOUBLE
+#ifdef CONFIG_HAVE_LONG_DOUBLE
long double asinl(long double x)
{
long double y, y_sin, y_cos;