summaryrefslogtreecommitdiff
path: root/binutils/syslex.l
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-11-19 05:06:33 +0000
committerBen Elliston <bje@au.ibm.com>2009-11-19 05:06:33 +0000
commit1be5f0e3bc199d1c3c4770f609c073577af76489 (patch)
treed49ccf5174007e32d4f3ca4aef97ab178667a2a6 /binutils/syslex.l
parentca2caa040f03388e6bcc41a8ed7277971155ad41 (diff)
downloadbinutils-redhat-1be5f0e3bc199d1c3c4770f609c073577af76489.tar.gz
binutils/
* arlex.l: Enable noinput, nounput flex options. * syslex.l: Likewise. ld/ * ldlex.l: Enable nounput flex option.
Diffstat (limited to 'binutils/syslex.l')
-rw-r--r--binutils/syslex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/syslex.l b/binutils/syslex.l
index 2c8a694f14..7e3f29861b 100644
--- a/binutils/syslex.l
+++ b/binutils/syslex.l
@@ -1,3 +1,5 @@
+%option noinput nounput
+
%{
/* Copyright 2001, 2003, 2005, 2007 Free Software Foundation, Inc.