Add a header, kill a warning.
[become] / src / lexer.l
index 597690a..9e9c00a 100644 (file)
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: lexer.l,v 1.1 1997/07/21 13:47:48 mdw Exp $
+ * $Id: lexer.l,v 1.6 2003/10/12 15:22:01 mdw Exp $
  *
  * Lexical analyser for `become.conf' files
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
-/*----- Licencing notice --------------------------------------------------*
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of `become'
  *
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with `become'; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with `become'; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: lexer.l,v $
- * Revision 1.1  1997/07/21 13:47:48  mdw
+ * Revision 1.6  2003/10/12 15:22:01  mdw
+ * Add a header, kill a warning.
+ *
+ * Revision 1.5  2003/10/12 00:29:10  mdw
+ * Missed an old include...
+ *
+ * Revision 1.4  1999/05/04 16:17:26  mdw
+ * Change to header file name for parser.  See log for `parse.h' for
+ * details.
+ *
+ * Revision 1.3  1998/01/12  16:46:07  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.2  1997/08/04 10:24:23  mdw
+ * Sources placed under CVS control.
+ *
+ * Revision 1.1  1997/07/21  13:47:48  mdw
  * Initial revision
  *
  */
 #include <stdlib.h>
 #include <string.h>
 
+#include <mLib/report.h>
+
 #include "become.h"
 #include "lexer.h"
-#include "parser.h"
-#include "utils.h"
+#include "parse.h"
 %}
 
 /* --- Start conditions --- */