summaryrefslogtreecommitdiffstats
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-09 20:30:46 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-09 20:30:46 +0000
commitf572cb077f176193b47fcb63363ed0a946182d30 (patch)
treeb3125976e2ee0b3a233ba232e3bd32fe085df687 /gcc/protoize.c
parent9b45ac3e7a900f80900be370c4315e897654d440 (diff)
downloadppe42-gcc-f572cb077f176193b47fcb63363ed0a946182d30.tar.gz
ppe42-gcc-f572cb077f176193b47fcb63363ed0a946182d30.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 447958729bd..a0a3110b286 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 <dirent.h>
OpenPOWER on IntegriCloud