]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Adapted.
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:44:29 +0000 (14:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:44:29 +0000 (14:44 +0000)
sysdeps/m68k/fpu/s_modff.c
sysdeps/m68k/fpu/s_modfl.c

index 37bff0022faaffeef87102cabfeaa1b0a57140f4..0c44d7c0ab6b59709f1082348b115e6251c5481b 100644 (file)
@@ -1,3 +1,3 @@
-#define FUNC modff
+#define SUFF f
 #define float_type float
 #include <s_modf.c>
index 51327dd1aaa9f504bafe9bb2b9e64b7688836ade..c7075b3ba9e7bc4f804a69e5cd138ed064aa7f14 100644 (file)
@@ -1,3 +1,3 @@
-#define FUNC modfl
+#define SUFF l
 #define float_type long double
 #include <s_modf.c>