]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Comment out debugging hack that pollutes namespace
authorStan Shebs <stanshebs@google.com>
Wed, 24 Jan 2018 19:32:36 +0000 (11:32 -0800)
committerStan Shebs <stanshebs@google.com>
Tue, 30 Apr 2019 22:45:23 +0000 (15:45 -0700)
sysdeps/x86/bits/floatn.h

index 2a2cd2b1fb5d26a4c6fef97762f14798cd235bd0..16c73ed4bd778ecb44eefbffd9909ee51370eb85 100644 (file)
@@ -21,7 +21,9 @@
 
 #include <features.h>
 
+#if 0 /* for macro expansion debugging */
 #define capture(sym, val) extern int sym[val]
+#endif
 
 /* Defined to 1 if the current compiler invocation provides a
    floating-point type with the IEEE 754 binary128 format, and this
 
 #ifndef __ASSEMBLER__
 
+#if 0 /* for macro expansion debugging */
 capture(i_have_float128, __HAVE_FLOAT128);
 capture(i_have_distinct_float128, __HAVE_DISTINCT_FLOAT128);
+#endif
 
 /* Defined to concatenate the literal suffix to be used with _Float128
    types, if __HAVE_FLOAT128 is 1. */