Whoops, forgot one FreeBSD specific change necessary for the lex .mk
macros to work.
This commit is contained in:
parent
32c1db0624
commit
baba307627
@ -27,7 +27,7 @@
|
|||||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* 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 "flexdef.h"
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
@ -65,7 +65,7 @@
|
|||||||
yymore_used = true;
|
yymore_used = true;
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%option caseless nodefault outfile="scan.c" stack noyy_top_state
|
%option caseless nodefault stack noyy_top_state
|
||||||
%option nostdinit
|
%option nostdinit
|
||||||
|
|
||||||
%x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE
|
%x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user