From: Roland McGrath Date: Fri, 3 Oct 2003 00:44:51 +0000 (+0000) Subject: * argp/argp-help.c (__argp_short_program_name): Move inside [! _LIBC]. X-Git-Tag: cvs/glibc-2_3_3~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4921e1e20e2c061f7def7e95fb182772ec3fae25;p=thirdparty%2Fglibc.git * argp/argp-help.c (__argp_short_program_name): Move inside [! _LIBC]. * argp/argp-namefrob.h [_LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME] (__argp_short_program_name): Don't declare fn, define it as a macro. --- diff --git a/ChangeLog b/ChangeLog index dedba08a8de..4cd64040d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-10-02 Roland McGrath + + * argp/argp-help.c (__argp_short_program_name): Move inside [! _LIBC]. + * argp/argp-namefrob.h + [_LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME] + (__argp_short_program_name): Don't declare fn, define it as a macro. + 2003-08-22 Simon Josefsson * argp/argp-fmtstream.h [!__attribute__]: Define to nothing.