From 38d9d13089aa76506b8398c01d21ed89fb15dd7a Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 9 Feb 1999 20:30:46 +0000 Subject: system.h (_, N_): Remove dummy i18n macros. * system.h (_, N_): Remove dummy i18n macros. * protoize.c: Move inclusion of intl.h to after system.h. * cexp.y: Include intl.h. * cexp.c: Rebuilt. From-SVN: r25117 --- gcc/protoize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/protoize.c') diff --git a/gcc/protoize.c b/gcc/protoize.c index 4479587..a0a3110 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */ #include "config.h" -#include "intl.h" - #if 0 /* Users are not supposed to use _POSIX_SOURCE to say the system is a POSIX system. That is not what _POSIX_SOURCE means! -- rms */ @@ -60,6 +58,8 @@ Boston, MA 02111-1307, USA. */ #endif #include "system.h" +#include "intl.h" + #if ! defined (_WIN32) || defined (__CYGWIN__) #if defined(POSIX) || defined(CONCURRENT) #include -- cgit v1.1