summaryrefslogtreecommitdiffstats
path: root/atc/lex.l
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-10 02:07:01 +0000
committerlukem <lukem@NetBSD.org>1997-10-10 02:07:01 +0000
commit872a50db510aae37e624f1b82db06f08023c5712 (patch)
treee5af9998b7c1daa1acf8046cd6ea941cbf25345b /atc/lex.l
parent3c0c7a72c2f0803e801f2330c329aff2eee680d5 (diff)
downloadbsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.tar.gz
bsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.tar.zst
bsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.zip
WARNSify
Diffstat (limited to 'atc/lex.l')
-rw-r--r--atc/lex.l7
1 files changed, 5 insertions, 2 deletions
diff --git a/atc/lex.l b/atc/lex.l
index 54f84c46..1bd76f6d 100644
--- a/atc/lex.l
+++ b/atc/lex.l
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: lex.l,v 1.3 1995/03/21 15:04:15 cgd Exp $ */
+/* $NetBSD: lex.l,v 1.4 1997/10/10 02:07:20 lukem Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -46,15 +46,18 @@
* For more info on this and all of my stuff, mail edjames@berkeley.edu.
*/
+#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: lex.l,v 1.3 1995/03/21 15:04:15 cgd Exp $";
+__RCSID("$NetBSD: lex.l,v 1.4 1997/10/10 02:07:20 lukem Exp $");
#endif
#endif /* not lint */
+#include "include.h"
#include "y.tab.h"
+
extern int line;
%}