sh: Check UNDEFWEAK_NO_DYNAMIC_RELOC
[deliverable/binutils-gdb.git] / gas / itbl-lex.l
index d9e243c8ab053a2279a47eed59f3a2b281a0c2bd..4a7c51214c4fc5edeaf8a3f8b8512adeb77f7f9c 100644 (file)
@@ -1,3 +1,5 @@
+%option noyywrap
+
 /* itbl-lex.l
    Copyright (C) 1997-2017 Free Software Foundation, Inc.
 
@@ -102,11 +104,3 @@ HEX        [0-9A-Fa-f]
     return yytext[0];
   }
 %%
-
-#ifndef yywrap
-int
-yywrap ()
-  {
-    return 1;
-  }
-#endif
This page took 0.023956 seconds and 4 git commands to generate.