Add support for generating DWARF-5 format directory and file name tables from the...
[deliverable/binutils-gdb.git] / binutils / deflex.l
index b85c21719f4d5373efe8ca2ff054bd975feeffe1..1ada969f6dd012c41dfe19147d2e7ecaaed5aa65 100644 (file)
@@ -1,8 +1,8 @@
-%option noinput nounput
+%option noinput nounput noyywrap
 
 %{/* deflex.l - Lexer for .def files */
 
-/* Copyright (C) 1995-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2020 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -91,7 +91,3 @@ int linenumber;
 "@"            { return '@';}
 ","            { return ',';}
 %%
-#ifndef yywrap
-/* Needed for lex, though not flex. */
-int yywrap(void) { return 1; }
-#endif
This page took 0.024145 seconds and 4 git commands to generate.