Expunge revision histories in files.
[become] / src / lexer.l
index 9c66a3b..a5f61a5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lexer.l,v 1.4 1999/05/04 16:17:26 mdw Exp $
+ * $Id: lexer.l,v 1.7 2004/04/08 01:36:20 mdw Exp $
  *
  * Lexical analyser for `become.conf' files
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: lexer.l,v $
- * 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
- *
- */
-
 /*----- Declarations section ----------------------------------------------*/
 
 /* --- Header files --- */
 #include <stdlib.h>
 #include <string.h>
 
+#include <mLib/report.h>
+
 #include "become.h"
 #include "lexer.h"
 #include "parse.h"
-#include "utils.h"
 %}
 
 /* --- Start conditions --- */