X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fsyslex.l;h=7736defa80fdfc1720ff977c408acac0caa8feac;hb=0ac553107c601cc9c4c340338e0fc7e0ce8375cc;hp=c95d7de1bb114a2b9648c2f59fef55fc02cad5e5;hpb=3aade68889268c7d15e121d6d63cb1b753ec12fa;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/syslex.l b/binutils/syslex.l index c95d7de1bb..7736defa80 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,7 +1,7 @@ -%option noinput nounput +%option noinput nounput noyywrap %{ -/* Copyright (C) 2001-2015 Free Software Foundation, Inc. +/* Copyright (C) 2001-2020 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -36,10 +36,6 @@ #define YY_NO_UNPUT #endif -#ifndef yywrap -static int yywrap (void) { return 1; } -#endif - extern int yylex (void); %} %%