2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
[binutils-gdb.git] / ld / ldlex.l
index ef09eb0412af2ebbe0b9edeac07fcd780c53d0cd..e52d83b222387f7f97913c0433a06f7aeed3da2c 100644 (file)
@@ -1,3 +1,5 @@
+%option nounput
+
 %{
 
 /* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
@@ -22,7 +24,6 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include "sysdep.h"
 #include "bfd.h"
 #include "safe-ctype.h"
 #include "bfdlink.h"