aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1996-06-19 22:25:32 +0000
committerNate Williams <nate@FreeBSD.org>1996-06-19 22:25:32 +0000
commitbaba307627ff2f283dd06e6a4103a22c6e6631a6 (patch)
tree18c275d2b5a97caf0fa89a125b48854106a1ff60 /usr.bin
parent32c1db06249010753c924400c80b1b40921e545f (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/lex/scan.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l
index 73caab4a7900b..8643a2895795f 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