]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/lex.l
trailing whitespace
[bsdgames-darwin.git] / atc / lex.l
index 7037293acb6304e59e90c31c9b80703088f6e894..01e38278a9d6b7a122c728e3fe53cdfea0fa5246 100644 (file)
--- a/atc/lex.l
+++ b/atc/lex.l
@@ -1,5 +1,5 @@
 %{
-/*     $NetBSD: lex.l,v 1.8 2009/10/29 14:27:26 christos Exp $ */
+/*     $NetBSD: lex.l,v 1.9 2015/06/19 06:02:31 dholland Exp $ */
 
 /*-
  * Copyright (c) 1990, 1993
 #if 0
 static char sccsid[] = "@(#)lex.l      8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: lex.l,v 1.8 2009/10/29 14:27:26 christos Exp $");
+__RCSID("$NetBSD: lex.l,v 1.9 2015/06/19 06:02:31 dholland Exp $");
 #endif
 #endif /* not lint */
 
-#include "include.h"
 #undef ECHO            /* XXX: work around lex(1) vs termios lameness */
 #include "grammar.h"