Eliminate literal line numbers in shlib-call.exp
[deliverable/binutils-gdb.git] / binutils / deflex.l
index 317f6becabb06af451cbd81e1562f511019f32a0..0a9a0d94abb7ebe1b777d257cdf9ebee98570fe8 100644 (file)
@@ -1,7 +1,8 @@
+%option noinput nounput
+
 %{/* deflex.l - Lexer for .def files */
 
-/* Copyright 1995, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2007
-   Free Software Foundation, Inc.
+/* Copyright (C) 1995-2014 Free Software Foundation, Inc.
    
    This file is part of GNU Binutils.
    
@@ -28,8 +29,6 @@
 #include "defparse.h"
 #include "dlltool.h"
 
-#define YY_NO_UNPUT
-
 int linenumber;
 
 %}
This page took 0.031929 seconds and 4 git commands to generate.