summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib/ap/math
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-30 19:11:16 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-30 19:11:16 +0200
commit4f33c88a51587681b7be1ae57cfbc43b627c6bc4 (patch)
tree25560404dc80007e5dc268811242c9071f6a1017 /sys/src/ape/lib/ap/math
parentfcc5e75d07e5bc6cb3ddac6d9a437e7ec62d0d95 (diff)
import updated compilers from sources
Diffstat (limited to 'sys/src/ape/lib/ap/math')
-rw-r--r--sys/src/ape/lib/ap/math/j0.c2
-rw-r--r--sys/src/ape/lib/ap/math/j1.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/ape/lib/ap/math/j0.c b/sys/src/ape/lib/ap/math/j0.c
index 7dea3c9d1..7999553d9 100644
--- a/sys/src/ape/lib/ap/math/j0.c
+++ b/sys/src/ape/lib/ap/math/j0.c
@@ -123,7 +123,7 @@ static double q4[] = {
1.0,
};
-static
+static void
asympt(double arg)
{
double zsq, n, d;
diff --git a/sys/src/ape/lib/ap/math/j1.c b/sys/src/ape/lib/ap/math/j1.c
index 38c73fe2b..79809a123 100644
--- a/sys/src/ape/lib/ap/math/j1.c
+++ b/sys/src/ape/lib/ap/math/j1.c
@@ -125,7 +125,7 @@ static double q4[] = {
1.0,
};
-static
+static void
asympt(double arg)
{
double zsq, n, d;