m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: po update


From: Eric Blake
Subject: Re: po update
Date: Tue, 24 Oct 2006 14:13:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blake <ebb9 <at> byu.net> writes:

> 
> 2006-10-19  Eric Blake  <ebb9 <at> byu.net>
> 
>       * po/POTFILES.in: Update entries to reflect gnulib imports.

I noticed that the use of N_() in main.c was having problems with --disable-
assert.  And setlocale is required by C89, which we assume now.

2006-10-24  Eric Blake  <address@hidden>

        * src/m4.h (includes): Add gettext.h, for N_.  Assume setlocale.

Index: src/m4.h
===================================================================
RCS file: /sources/m4/m4/src/m4.h,v
retrieving revision 1.21
diff -u -r1.21 m4.h
--- src/m4.h    26 Sep 2006 13:19:26 -0000      1.21
+++ src/m4.h    24 Oct 2006 14:11:28 -0000
@@ -34,12 +34,7 @@
 
 #include "m4module.h"
 
-#if HAVE_LOCALE_H
-# include <locale.h>
-#else
-# define setlocale(Category, Locale)
-#endif
-
+#include "gettext.h"
 #include "ltdl.h"
 
 /* Error handling.  */







reply via email to

[Prev in Thread] Current Thread [Next in Thread]