summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/main.c
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/main.c
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/main.c')
-rw-r--r--usr.bin/lex/main.c2
1 files changed, 1 insertions, 1 deletions
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