ubsan: nds32: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / gas / itbl-lex.l
index e97b9cd97d84adeeecb2b4a5ec137a2d08dc2a69..9e964fee9ec13c0d2380c73060b60b054c7cc1d9 100644 (file)
@@ -1,5 +1,7 @@
+%option noyywrap
+
 /* itbl-lex.l
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -102,11 +104,3 @@ HEX        [0-9A-Fa-f]
     return yytext[0];
   }
 %%
-
-#ifndef yywrap
-int
-yywrap ()
-  {
-    return 1;
-  }
-#endif
This page took 0.027258 seconds and 4 git commands to generate.