]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add preprocessor indentation for llogb macro in tgmath.h.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 20 Dec 2016 21:23:04 +0000 (21:23 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 20 Dec 2016 21:23:04 +0000 (21:23 +0000)
* math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
preprocessor indentation inside #if.

ChangeLog
math/tgmath.h

index 1b5cacd7385cf991da71a307b2e36cf37117d33d..31a807c3f077cb556d8f04a473cab5374bb860ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-20  Joseph Myers  <joseph@codesourcery.com>
+
+       * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
+       preprocessor indentation inside #if.
+
 2016-12-20  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
        * math/libm-test.inc (fmt_ftostr): New function.
index 0f9216ca432879eda9a525f1d7a30830bff93b3f..8a895a5447d477ea64287e125ac32f75c0d1297d 100644 (file)
 
 #if __GLIBC_USE (IEC_60559_BFP_EXT)
 /* Like ilogb, but returning long int.  */
-#define llogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, llogb)
+# define llogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, llogb)
 
 /* Return value with maximum magnitude.  */
 # define fmaxmag(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmaxmag)