mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Backed out "fix for PR 7575". It was bogus.
This commit is contained in:
parent
d35326ae28
commit
ab1c32cc13
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39870
@ -3196,7 +3196,7 @@ When using this option, flex defaults to generating the scanner to the file
|
||||
instead of
|
||||
.B lex.yy.c.
|
||||
The generated scanner includes the header file
|
||||
.I g++/FlexLexer.h,
|
||||
.I FlexLexer.h,
|
||||
which defines the interface to two C++ classes.
|
||||
.PP
|
||||
The first class,
|
||||
|
@ -1006,7 +1006,7 @@ _( "Variable trailing context rules entail a large performance penalty\n" ) );
|
||||
|
||||
if ( C_plus_plus )
|
||||
{
|
||||
outn( "\n#include <g++/FlexLexer.h>" );
|
||||
outn( "\n#include <FlexLexer.h>" );
|
||||
|
||||
if ( yyclass )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user