summaryrefslogtreecommitdiff
path: root/binutils/deflex.l
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-02-17 12:59:59 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-02-17 12:59:59 +0000
commite630188e6d7ba70304565236c58b189192afadaa (patch)
tree95e6c3538776990d8c2e20bdfa71d3bbad5599f5 /binutils/deflex.l
parenta29b55fba278cb6d529f54e208e931325d2d09dc (diff)
downloadbinutils-redhat-e630188e6d7ba70304565236c58b189192afadaa.tar.gz
* 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.
Diffstat (limited to 'binutils/deflex.l')
-rw-r--r--binutils/deflex.l2
1 files changed, 2 insertions, 0 deletions
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;
%}