]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't define ___LIBC_INTERNAL_MATH_INLINES here.
authorUlrich Drepper <drepper@redhat.com>
Wed, 3 Dec 1997 23:31:37 +0000 (23:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 3 Dec 1997 23:31:37 +0000 (23:31 +0000)
25 files changed:
sysdeps/m68k/fpu/e_acos.c
sysdeps/m68k/fpu/e_atan2.c
sysdeps/m68k/fpu/e_fmod.c
sysdeps/m68k/fpu/e_pow.c
sysdeps/m68k/fpu/e_scalb.c
sysdeps/m68k/fpu/k_cos.c
sysdeps/m68k/fpu/k_sin.c
sysdeps/m68k/fpu/k_tan.c
sysdeps/m68k/fpu/s_atan.c
sysdeps/m68k/fpu/s_ccos.c
sysdeps/m68k/fpu/s_ccosh.c
sysdeps/m68k/fpu/s_cexp.c
sysdeps/m68k/fpu/s_csin.c
sysdeps/m68k/fpu/s_csinh.c
sysdeps/m68k/fpu/s_frexp.c
sysdeps/m68k/fpu/s_ilogb.c
sysdeps/m68k/fpu/s_isinf.c
sysdeps/m68k/fpu/s_llrint.c
sysdeps/m68k/fpu/s_llrintf.c
sysdeps/m68k/fpu/s_llrintl.c
sysdeps/m68k/fpu/s_lrint.c
sysdeps/m68k/fpu/s_modf.c
sysdeps/m68k/fpu/s_remquo.c
sysdeps/m68k/fpu/s_scalbn.c
sysdeps/m68k/fpu/s_sincos.c

index 9c2d91f27144682039d9b1f7cdae1d2bc662d3e0..80803ff80f33cedd54a5045727d41394a92e6c3f 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index d23d4f90d1d53175552c012f02db50b831fb0def..7b275b4048fe07d549c744b23bbc3e12b3e01a8c 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index 505650a531400c2a84d6d8ef0510bc7f845e5fae..9e59a433024a32ca7f7c0764ce1ae321413107bc 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index c36b64316ed516ffc2d975d8c912932e96e3eeca..ee95a393950926d6f0ad8e2703a42761a124f43f 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index 93b44ff1309dd2c899090444b53d9e8952335a2a..ef1724b036a1f3fd111c2709dc54623c430ad917 100644 (file)
@@ -17,7 +17,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef SUFF
index 5b263ec6ae80a36d228eb3418efd64526f33cfae..85f744f984bc119060110a2d7a1b06732fb3945f 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index 41de73fde7068087b77040a20c102ff708735e6c..05cdceedc8545fa40fa52e7efcc0a48cb81d2001 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index 7f87e09e002036724fd36f77736b648478d47982..09e5ac83bcf0fc7acc17a161e6ae7ccd90b44371 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index e6b676ba58491815753f1457a92b17ecd96da86e..29f2eca77d9d8d72dfaf32ed6ef9674caafb25e0 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index 095aa9803fd4943c5778d06b09d81b327f035a45..fbd5ef53888dd5e810caa7b3b70fcf98f704b2c3 100644 (file)
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <complex.h>
 #include <math.h>
 
index 3d560b30936ad975f3e3256c8e9b108ce404f9e3..af751430de123288fe014f9f637ac4e37c779146 100644 (file)
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <complex.h>
 #include <math.h>
 
index da28ebb4d3335b0725682919bf4408892dfc8ba0..fcf87ed687cee981be35d05dd22bbc62a19389b8 100644 (file)
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <complex.h>
 #include <math.h>
 
index ae456d3b912c4caf1b5b8c0529c47ba3009444a5..72214c4cffeba3647e58939751b136a1f364253e 100644 (file)
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <complex.h>
 #include <math.h>
 
index c95f9dc523c7085855e45636cfd831d797ab65e3..e829f4d3aee18a0f3e7c1da0e1f35ab84c3243c4 100644 (file)
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <complex.h>
 #include <math.h>
 
index 4280fcc50bfbdd45103e20cbd4e78c8bd12741c0..61e3298e976afeff43c5cbc4f45ce70af7a3adad 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index aebcaa16ba0c6609017b9a350410d467e4107050..ef90946f599fec18c1034b73ae460387e3d97cf1 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef SUFF
index d8cafdbb0ce819efbb2b2288a7edfe200f13962f..03dc26dc609804aa3130e35ea9aa7414ddee4cab 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index 37b6f63278e16c2084ba27f953e6dc14b79c05c6..423939aa0b6d93377f1f2887cf78dc9c5022f55f 100644 (file)
@@ -19,7 +19,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index 4d06ae2651621c02cc4203671a59ed3fa50ac3d9..0cd12c9920cb1d88d489b392739b8e7d8837275d 100644 (file)
@@ -19,7 +19,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index 14a815fd1a8a33ae844e02ed0f9e9faefcc42c6c..6f63e0bcd145ee09445d5f18525efd1cb40ad9b4 100644 (file)
@@ -19,7 +19,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 #include "math_private.h"
 
index 7747057f1a3a80c0603f9f0e50b335d45f648b14..89e9dba9cf6953532d5c9698892d396dfe951308 100644 (file)
@@ -19,7 +19,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef suffix
index b9867df47547ceb200ae1d11ae606abf16e3ff04..6c2449aa567d563a5e26fc3bc1fe6336fdcdf60c 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef SUFF
index 7607fee78225782ffcea3e71bdec189d6ae16f22..10be1aec6d9a77e8ee1bacf2587a8674f4b950fa 100644 (file)
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef SUFF
index 12b737a5e9f2a0e1a041186e276ae10fda473e33..c151b2a0efdc7a3fd6af34d0d098bb923bcd4655 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #define scalbln __no_scalbln_decl
 #define scalblnf __no_scalblnf_decl
 #define scalblnl __no_scalblnl_decl
index dda42e277563d5f2f21f69dd60a963c23168e24d..8d84ece380d3a8f625d08556506d66b88eba6bcb 100644 (file)
@@ -16,7 +16,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define __LIBC_INTERNAL_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC