X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-parse.c;h=b5d209665bf400435b1359c24ad44a90130d53e4;hb=fc86a0be1b68e4b24d9249d763d33701b3a81623;hp=85e6b9033e0d3fed574eeb99c8725d6f48c68bd3;hpb=04b3acf4692edd57417582e932d915e44ca808ae;p=gnulib.git diff --git a/lib/argp-parse.c b/lib/argp-parse.c index 85e6b9033..b5d209665 100644 --- a/lib/argp-parse.c +++ b/lib/argp-parse.c @@ -15,10 +15,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H -#include +# include #endif #include @@ -38,7 +38,7 @@ #else # include "gettext.h" #endif -#define N_(msgid) (msgid) +#define N_(msgid) msgid #include "argp.h" #include "argp-namefrob.h"