Remove INTDEF.
authorAndreas Schwab <schwab@suse.de>
Thu, 13 Jun 2002 12:38:20 +0000 (12:38 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 13 Jun 2002 12:38:20 +0000 (12:38 +0000)
sysdeps/m68k/fpu/s_finite.c
sysdeps/m68k/fpu/s_finitef.c
sysdeps/m68k/fpu/s_finitel.c

index c9e5718..dafbd59 100644 (file)
@@ -1,3 +1,2 @@
 #define        FUNC    finite
 #include <s_isinf.c>
-INTDEF(__finite)
index 921b2f2..b81342e 100644 (file)
@@ -1,3 +1,2 @@
 #define        FUNC    finitef
 #include <s_isinff.c>
-INTDEF(__finitef)
index 10a18a1..bd346a2 100644 (file)
@@ -1,3 +1,2 @@
 #define FUNC finitel
 #include <s_isinfl.c>
-INTDEF(__finitel)