Use "gettext.h" instead of its complicated substitute.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Aug 2004 07:57:07 +0000 (07:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Aug 2004 07:57:07 +0000 (07:57 +0000)
commit8c275683036775b0f42833f4e895343d0f3e85fe
treea31a14c200e2a42e58c9fa6965287f7bdece1051
parent0bfeec755acf57d790481f9827468808d5a97a2b
Use "gettext.h" instead of its complicated substitute.
Include <errno.h>, for program_invocation_short_name
and program_invocation_name.
(__argp_basename) [!_LIBC]: Remove; the only use was
replaced by its body.
(__argp_short_program_name): Change condition from
!defined __argp_short_program_name to
! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
to match argp-namefrob.h.
(__argp_failure): Don't assume strerror_r returns char *.
lib/argp-help.c