# HG changeset patch # User Paul Eggert # Date 1098134827 0 # Node ID cf5bc1b423162c787e4ca249428c665cdfcb31b2 # Parent 2782da194a33f5b7edd6e7b9aca4ac38ca5ec26f Update from glibc. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-10-18 Paul Eggert + + * argp-fs-xinl.c, argp-xinl.c: Update from glibc. + 2004-10-12 Simon Josefsson * 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 * error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of diff --git a/lib/argp-fs-xinl.c b/lib/argp-fs-xinl.c --- 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 . @@ -23,7 +23,7 @@ #define ARGP_FS_EI #undef __OPTIMIZE__ -#define __OPTIMIZE__ +#define __OPTIMIZE__ 1 #include "argp-fmtstream.h" #if 0 diff --git a/lib/argp-xinl.c b/lib/argp-xinl.c --- 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 . @@ -30,7 +30,7 @@ #endif #define ARGP_EI #undef __OPTIMIZE__ -#define __OPTIMIZE__ +#define __OPTIMIZE__ 1 #include "argp.h" /* Add weak aliases. */