BFD and include/coff support for tic54x target.
[deliverable/binutils-gdb.git] / gas / itbl-lex.l
index 0ef88eb5c41516905f9051c4bd19dab2706976d2..a905ddd007a19a56000dadf2a205e0ae15457f5d 100644 (file)
@@ -1,6 +1,4 @@
-
 /* itbl-lex.l
-
    Copyright (C) 1997  Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -107,8 +105,10 @@ HEX        [0-9A-Fa-f]
   }
 %%
 
+#ifndef yywrap
 int 
 yywrap () 
   { 
     return 1; 
   }
+#endif
This page took 0.024583 seconds and 4 git commands to generate.