summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1998-10-01 19:40:27 +0000
committerdt <dt@FreeBSD.org>1998-10-01 19:40:27 +0000
commit0c8d2e9dfc0380fba0863428dfcd25efc55c12d0 (patch)
tree9da5ba31b7dc81a04a1db7061911af7d377721f0 /usr.bin/lex
parent39357ea35da5d77a549a89c2f5b0485eb12d9681 (diff)
downloadFreeBSD-src-0c8d2e9dfc0380fba0863428dfcd25efc55c12d0.zip
FreeBSD-src-0c8d2e9dfc0380fba0863428dfcd25efc55c12d0.tar.gz
Backed out "fix for PR 7575". It was bogus.
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/lex.12
-rw-r--r--usr.bin/lex/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1
index d05cdab..e135a49 100644
--- a/usr.bin/lex/lex.1
+++ b/usr.bin/lex/lex.1
@@ -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,
diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c
index 2b04f6c..a7e9d58 100644
--- a/usr.bin/lex/main.c
+++ b/usr.bin/lex/main.c
@@ -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 )
{
OpenPOWER on IntegriCloud