This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.24-505-g60c07b0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  60c07b058f9fe34e2ffd7e02b20657db6f5f68d4 (commit)
      from  06fea2257dd93aa813f9a8a6ef09c0dc9ee5744d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=60c07b058f9fe34e2ffd7e02b20657db6f5f68d4

commit 60c07b058f9fe34e2ffd7e02b20657db6f5f68d4
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 20 21:23:04 2016 +0000

    Add preprocessor indentation for llogb macro in tgmath.h.
    
    	* math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
    	preprocessor indentation inside #if.

diff --git a/ChangeLog b/ChangeLog
index 1b5cacd..31a807c 100644
--- 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.
diff --git a/math/tgmath.h b/math/tgmath.h
index 0f9216c..8a895a5 100644
--- a/math/tgmath.h
+++ b/math/tgmath.h
@@ -439,7 +439,7 @@
 
 #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)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    5 +++++
 math/tgmath.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]