summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/deflex.l
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/deflex.l')
-rw-r--r--binutils-2.25/binutils/deflex.l7
1 files changed, 3 insertions, 4 deletions
diff --git a/binutils-2.25/binutils/deflex.l b/binutils-2.25/binutils/deflex.l
index 317f6bec..0a9a0d94 100644
--- a/binutils-2.25/binutils/deflex.l
+++ b/binutils-2.25/binutils/deflex.l
@@ -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;
%}