aboutsummaryrefslogtreecommitdiff
path: root/gcc/cexp.y
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>1999-02-09 20:30:46 +0000
committerJeff Law <law@gcc.gnu.org>1999-02-09 13:30:46 -0700
commit38d9d13089aa76506b8398c01d21ed89fb15dd7a (patch)
treeb3125976e2ee0b3a233ba232e3bd32fe085df687 /gcc/cexp.y
parent2d54e33a8fe72a2e5905d3e684486b571220c2ed (diff)
downloadgcc-38d9d13089aa76506b8398c01d21ed89fb15dd7a.zip
gcc-38d9d13089aa76506b8398c01d21ed89fb15dd7a.tar.gz
gcc-38d9d13089aa76506b8398c01d21ed89fb15dd7a.tar.bz2
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
Diffstat (limited to 'gcc/cexp.y')
-rw-r--r--gcc/cexp.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cexp.y b/gcc/cexp.y
index a94dcf8..a1d5a70 100644
--- a/gcc/cexp.y
+++ b/gcc/cexp.y
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA.
#include "config.h"
#include "system.h"
+#include "intl.h"
#include <setjmp.h>
/* #define YYDEBUG 1 */