changeset 5362:cf5bc1b42316

Update from glibc.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 18 Oct 2004 21:27:07 +0000
parents 2782da194a33
children 1bcf6d984394
files lib/ChangeLog lib/argp-fs-xinl.c lib/argp-xinl.c
diffstat 3 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* argp-fs-xinl.c, argp-xinl.c: Update from glibc.
+
 2004-10-12  Simon Josefsson  <jas@extundo.com>
 
 	* getpass.c (fflush_unlocked, flockfile, funlockfile)
@@ -38,7 +42,7 @@
 
 	* regex.c (re_comp): Cast gettext return value to char *,
 	Problem reported by Martin Neitzel via Mark D. Baushke.
-	
+
 2004-10-04  Simon Josefsson  <jas@extundo.com>
 
 	* error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
--- a/lib/argp-fs-xinl.c
+++ b/lib/argp-fs-xinl.c
@@ -1,5 +1,5 @@
 /* Real definitions for extern inline functions in argp-fmtstream.h
-   Copyright (C) 1997, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2003, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Miles Bader <miles@gnu.ai.mit.edu>.
 
@@ -23,7 +23,7 @@
 
 #define ARGP_FS_EI
 #undef __OPTIMIZE__
-#define __OPTIMIZE__
+#define __OPTIMIZE__ 1
 #include "argp-fmtstream.h"
 
 #if 0
--- a/lib/argp-xinl.c
+++ b/lib/argp-xinl.c
@@ -1,5 +1,5 @@
 /* Real definitions for extern inline functions in argp.h
-   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Miles Bader <miles@gnu.ai.mit.edu>.
 
@@ -30,7 +30,7 @@
 #endif
 #define ARGP_EI
 #undef __OPTIMIZE__
-#define __OPTIMIZE__
+#define __OPTIMIZE__ 1
 #include "argp.h"
 
 /* Add weak aliases.  */