Move target object files to target subdirectory
[deliverable/binutils-gdb.git] / binutils / deflex.l
index b85c21719f4d5373efe8ca2ff054bd975feeffe1..8c55629d548c92d6bda5211a0d1b5f33e7a28f60 100644 (file)
@@ -1,4 +1,4 @@
-%option noinput nounput
+%option noinput nounput noyywrap
 
 %{/* deflex.l - Lexer for .def files */
 
@@ -91,7 +91,3 @@ int linenumber;
 "@"            { return '@';}
 ","            { return ',';}
 %%
-#ifndef yywrap
-/* Needed for lex, though not flex. */
-int yywrap(void) { return 1; }
-#endif
This page took 0.024695 seconds and 4 git commands to generate.