diff options
author | nate <nate@FreeBSD.org> | 1996-06-19 22:25:32 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1996-06-19 22:25:32 +0000 |
commit | b7dde76ce724a1640316f089d3542f51864e8037 (patch) | |
tree | 18c275d2b5a97caf0fa89a125b48854106a1ff60 /usr.bin/lex | |
parent | 848d450be9798111cea194316e5232b97fe0f359 (diff) | |
download | FreeBSD-src-b7dde76ce724a1640316f089d3542f51864e8037.zip FreeBSD-src-b7dde76ce724a1640316f089d3542f51864e8037.tar.gz |
Whoops, forgot one FreeBSD specific change necessary for the lex .mk
macros to work.
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/scan.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index 73caab4..8643a28 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -27,7 +27,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/scan.l,v 1.1.1.2 1996/06/19 20:26:31 nate Exp $ */ #include "flexdef.h" #include "parse.h" @@ -65,7 +65,7 @@ yymore_used = true; %} -%option caseless nodefault outfile="scan.c" stack noyy_top_state +%option caseless nodefault stack noyy_top_state %option nostdinit %x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE |