X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fargp-xinl.c;fp=gnu%2Fargp-xinl.c;h=9e58ab774472358ccc4c9ed1fb58ce0d1b41de76;hb=c66233240e6c2e5262ac4e36fe4362f64cbfa9c4;hp=30bb64dcdfc0076998e292d76719fa06e50c6a0e;hpb=850b28ee07ca720a9a7e9f887b5219afcba5a209;p=debian%2Ftar diff --git a/gnu/argp-xinl.c b/gnu/argp-xinl.c index 30bb64dc..9e58ab77 100644 --- a/gnu/argp-xinl.c +++ b/gnu/argp-xinl.c @@ -1,7 +1,7 @@ /* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Real definitions for extern inline functions in argp.h - Copyright (C) 1997-1998, 2004, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1997-1998, 2004, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -29,7 +29,11 @@ #ifndef __USE_EXTERN_INLINES # define __USE_EXTERN_INLINES 1 #endif -#define ARGP_EI +#ifdef _LIBC +# define ARGP_EI +#else +# define ARGP_EI _GL_EXTERN_INLINE +#endif #undef __OPTIMIZE__ #define __OPTIMIZE__ 1 #include "argp.h"