From b7dde76ce724a1640316f089d3542f51864e8037 Mon Sep 17 00:00:00 2001 From: nate Date: Wed, 19 Jun 1996 22:25:32 +0000 Subject: Whoops, forgot one FreeBSD specific change necessary for the lex .mk macros to work. --- usr.bin/lex/scan.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/lex') 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 -- cgit v1.1