From: Paul Eggert Date: Tue, 8 Aug 2006 05:28:32 +0000 (+0000) Subject: * src/tar.c: Work around limitation imposed by gettext 0.15 X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0680ad4d42e23f09d19b464143f8f2d0127d88cd;hp=0680ad4d42e23f09d19b464143f8f2d0127d88cd;p=chaz%2Ftar * src/tar.c: Work around limitation imposed by gettext 0.15 by concatenating strings with "\v" after translation. (doc): Remove, splitting into: (doc0, doc1): New constants. (argp): Don't use doc; just initialize to NULL. (initialize_argp_doc): New function. (decode_options): Use it. ---