X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fsyslex.l;h=7736defa80fdfc1720ff977c408acac0caa8feac;hb=0ac553107c601cc9c4c340338e0fc7e0ce8375cc;hp=86cb17de918e01b89c693dff1459808e1029f701;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/syslex.l b/binutils/syslex.l index 86cb17de91..7736defa80 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,7 +1,7 @@ -%option noinput nounput +%option noinput nounput noyywrap %{ -/* Copyright (C) 2001-2017 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); %} %%