From 0af6db78f3e1c1d36a2160cbfc35ccb16cb4ce00 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 17 Feb 2005 12:59:59 +0000 Subject: * deflex.l (YY_NO_UNPUT): Define. * rclex.l (YY_NO_UNPUT): Define. * rcparse.y (null_unichar): New static var. (res_null_text): Use it rather than attempting to init from wchar_t. * windres.c: Include assert.h and time.h before getopt.h. Include config.h and unistd.h too. --- binutils/rclex.l | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binutils/rclex.l') diff --git a/binutils/rclex.l b/binutils/rclex.l index 2735cc1..0afad4d 100644 --- a/binutils/rclex.l +++ b/binutils/rclex.l @@ -32,6 +32,8 @@ #include +#define YY_NO_UNPUT + /* Whether we are in rcdata mode, in which we returns the lengths of strings. */ -- cgit v1.1