aboutsummaryrefslogtreecommitdiff
path: root/binutils/syslex.l
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-11-19 05:06:35 +0000
committerBen Elliston <bje@au.ibm.com>2009-11-19 05:06:35 +0000
commitcfdf38f2b4e7a22ee9f405e347bd8ebcb8a19454 (patch)
treedc87d8476b0fe19304e20b5d5f1129e8d9cee6f5 /binutils/syslex.l
parentf66cfbed9a8d8fa9f32eba7403a2e34b2454b355 (diff)
downloadfsf-binutils-gdb-cfdf38f2b4e7a22ee9f405e347bd8ebcb8a19454.zip
fsf-binutils-gdb-cfdf38f2b4e7a22ee9f405e347bd8ebcb8a19454.tar.gz
fsf-binutils-gdb-cfdf38f2b4e7a22ee9f405e347bd8ebcb8a19454.tar.bz2
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 2c8a694..7e3f298 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.