Backed out "fix for PR 7575". It was bogus.

This commit is contained in:
Dmitrij Tejblum 1998-10-01 19:40:27 +00:00
parent d35326ae28
commit ab1c32cc13
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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 )
{