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.19-593-gea8a15f


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  ea8a15f628fd2310bc1aa1f5b6cb6af5c22c0275 (commit)
      from  f2f6d82fe11d98021260f45a4d2837d7c927dd60 (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=ea8a15f628fd2310bc1aa1f5b6cb6af5c22c0275

commit ea8a15f628fd2310bc1aa1f5b6cb6af5c22c0275
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Mon Jun 16 23:43:57 2014 +0200

    Fix typo in preprocessor conditional

diff --git a/ChangeLog b/ChangeLog
index 2eba950..7544a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
 
+	* sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
+	defined operator.
+
 	* scripts/cross-test-ssh.sh (timeoutfactor): Default to
 	$TIMEOUTFACTOR.
 
diff --git a/sysdeps/m68k/m680x0/bits/huge_vall.h b/sysdeps/m68k/m680x0/bits/huge_vall.h
index f1a1614..ad7f606 100644
--- a/sysdeps/m68k/m680x0/bits/huge_vall.h
+++ b/sysdeps/m68k/m680x0/bits/huge_vall.h
@@ -25,7 +25,7 @@
 # define HUGE_VALL	(__builtin_huge_vall ())
 #elif __GNUC_PREREQ(2,96)
 # define HUGE_VALL	(__extension__ 0x1.0p32767L)
-#elif defined__GNUC__
+#elif defined __GNUC__
 
 # define HUGE_VALL					\
   (__extension__					\

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

Summary of changes:
 ChangeLog                            |    3 +++
 sysdeps/m68k/m680x0/bits/huge_vall.h |    2 +-
 2 files changed, 4 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]