summaryrefslogtreecommitdiff
path: root/scan.l
diff options
context:
space:
mode:
authorvern <vern>1993-12-27 15:14:13 +0000
committervern <vern>1993-12-27 15:14:13 +0000
commit320d43e62d8404b265fadc863e7bd26832006816 (patch)
tree0444037a9675032cfb982bf1bdb40da907d5fb6a /scan.l
parent1e180bb66c65e9a001cb0d8fa3f5187d6438a69d (diff)
downloadflex-320d43e62d8404b265fadc863e7bd26832006816.tar.gz
Added %option's
Diffstat (limited to 'scan.l')
-rw-r--r--scan.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/scan.l b/scan.l
index b3f4234..38bd65c 100644
--- a/scan.l
+++ b/scan.l
@@ -27,7 +27,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header: /cvsroot/flex/flex/scan.l,v 2.37 1993/12/27 14:42:06 vern Exp $ */
+/* $Header: /cvsroot/flex/flex/scan.l,v 2.38 1993/12/27 15:14:13 vern Exp $ */
#include "flexdef.h"
#include "parse.h"
@@ -59,6 +59,8 @@
yymore_used = true;
%}
+%option caseless nodefault outfile="scan.c"
+
%x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE
%x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
%x OPTION