CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/10/24 14:14:13
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -b -r1.21 -r1.22 --- src/m4.h 26 Sep 2006 13:19:26 -0000 1.21 +++ src/m4.h 24 Oct 2006 14:14:13 -0000 1.22 @@ -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. */
