beket's projects
/
mathlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
380fdd2
)
ulps: Fix a wrong #ifdef
author
stathis <stathis@.(none)>
Thu, 26 Jul 2012 00:39:33 +0000 (
00:39
+0000)
committer
stathis <stathis@.(none)>
Thu, 26 Jul 2012 00:39:33 +0000 (
00:39
+0000)
Reported-by: swildner@
ulps/gen.c
patch
|
blob
|
blame
|
history
diff --git
a/ulps/gen.c
b/ulps/gen.c
index
2d15b0e
..
87df5ec
100644
(file)
--- a/
ulps/gen.c
+++ b/
ulps/gen.c
@@
-1139,7
+1139,7
@@
ftable[] = {
.f_narg = 1,
.f_name = "ccos",
.f_libm_complex = ccos,
-#ifdef HAVE_CARGL
+#ifdef HAVE_CCOSL
.f_namel = "ccosl",
.f_libml_complex = ccosl,
#endif