diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-10-01 19:40:27 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-10-01 19:40:27 +0000 |
| commit | ab1c32cc13c6eb594eb2d7aee1d220cbf96667ba (patch) | |
| tree | 88c966b31a2ae668be118ea1e7996f5962a1e77a /usr.bin/lex | |
| parent | d35326ae280af1b836f50a3c1c2e3aba99a9e3f7 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lex')
| -rw-r--r-- | usr.bin/lex/lex.1 | 2 | ||||
| -rw-r--r-- | usr.bin/lex/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index d05cdab7b10b8..e135a49d7ecf6 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 2b04f6cf77a27..a7e9d582b6fa7 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 ) { |
