From e630188e6d7ba70304565236c58b189192afadaa 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/deflex.l | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binutils/deflex.l') diff --git a/binutils/deflex.l b/binutils/deflex.l index bdf15d3a12..b86748a073 100644 --- a/binutils/deflex.l +++ b/binutils/deflex.l @@ -27,6 +27,8 @@ #include "defparse.h" #include "dlltool.h" +#define YY_NO_UNPUT + int linenumber; %} -- cgit v1.2.1