ubsan: nds32: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / binutils / syslex.l
index 886e859a0d9384e491e663c3839b40c26b1a501b..853d728b51972d67784febff6546d74cfe08061c 100644 (file)
@@ -1,7 +1,7 @@
-%option noinput nounput
+%option noinput nounput noyywrap
 
 %{
-/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2019 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);
 %}
 %%
@@ -48,7 +44,7 @@ extern int yylex (void);
 "[" { return '[';}
 "]" { return ']';}
 " " { ; }
-";".* { ; } 
+";".* { ; }
 "\t" { ; }
 "\n" { ; }
 "\""[^\"]*"\"" {
This page took 0.028438 seconds and 4 git commands to generate.