2003-08-27 Christian Groessler <chris@groessler.org>
[deliverable/binutils-gdb.git] / gas / itbl-lex.l
index 0ef88eb5c41516905f9051c4bd19dab2706976d2..e924efc56ef0eaf1073aebd75b9d378feb320942 100644 (file)
@@ -1,7 +1,5 @@
-
 /* itbl-lex.l
-
-   Copyright (C) 1997  Free Software Foundation, Inc.
+   Copyright 1997, 1998, 2001 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -24,8 +22,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <ctype.h>
-#include "itbl-parse.h"
+
+#include <itbl-parse.h>
 
 #ifdef DEBUG
 #define DBG(x) printf x
@@ -107,8 +105,10 @@ HEX        [0-9A-Fa-f]
   }
 %%
 
+#ifndef yywrap
 int 
 yywrap () 
   { 
     return 1; 
   }
+#endif
This page took 0.02351 seconds and 4 git commands to generate.