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.17-66-g0c07e3e


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  0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d (commit)
      from  ad98e30c90f518cbcd896b1fe9e45f2318102db3 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d

commit 0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jan 10 02:27:25 2013 +0000

    Remove __USE_ANSI.

diff --git a/ChangeLog b/ChangeLog
index 777ba4f..77fbac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-09  Joseph Myers  <joseph@codesourcery.com>
+
+	* include/features.h (__USE_ANSI): Remove.
+
 2013-01-09  Roland McGrath  <roland@hack.frob.com>
 
 	* posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
diff --git a/include/features.h b/include/features.h
index 688322c..d6c32cb 100644
--- a/include/features.h
+++ b/include/features.h
@@ -129,9 +129,6 @@
 # define __KERNEL_STRICT_NAMES
 #endif
 
-/* Always use ISO C things.  */
-#define	__USE_ANSI	1
-
 /* Convenience macros to test the versions of glibc and gcc.
    Use them like this:
    #if __GNUC_PREREQ (2,8)

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

Summary of changes:
 ChangeLog          |    4 ++++
 include/features.h |    3 ---
 2 files changed, 4 insertions(+), 3 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]