x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bit
[external/binutils.git] / binutils / syslex.l
index 836a64c..254f52e 100644 (file)
@@ -1,7 +1,7 @@
-%option noinput nounput
+%option noinput nounput noyywrap
 
 %{
-/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2018 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
 #define YY_NO_UNPUT
 #endif
 
-#ifndef yywrap
-static int yywrap (void) { return 1; }
-#endif
-
 extern int yylex (void);
 %}
 %%