diff options
author | 1998-08-17 03:20:23 +0000 | |
---|---|---|
committer | 1998-08-17 03:20:23 +0000 | |
commit | 79522fdbf02d0b275f3e111e22140c1ac9d6db9c (patch) | |
tree | af70ca7b0c19a4c1de0615190c6f45c7cd44de47 /usr.bin/lex/main.c | |
parent | sync (diff) | |
download | wireguard-openbsd-79522fdbf02d0b275f3e111e22140c1ac9d6db9c.tar.xz wireguard-openbsd-79522fdbf02d0b275f3e111e22140c1ac9d6db9c.zip |
fix g++/FlexLexer.h support
Diffstat (limited to 'usr.bin/lex/main.c')
-rw-r--r-- | usr.bin/lex/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index 7230097e658..8315a1428a1 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.3 1996/07/13 22:22:08 millert Exp $ */ +/* $OpenBSD: main.c,v 1.4 1998/08/17 03:20:25 deraadt Exp $ */ /* flex - tool to generate fast lexical analyzers */ @@ -34,7 +34,7 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ -/* $Header: /home/cvs/src/usr.bin/lex/main.c,v 1.3 1996/07/13 22:22:08 millert Exp $ */ +/* $Header: /home/cvs/src/usr.bin/lex/main.c,v 1.4 1998/08/17 03:20:25 deraadt Exp $ */ #include "flexdef.h" @@ -1008,7 +1008,7 @@ _( "Variable trailing context rules entail a large performance penalty\n" ) ); if ( C_plus_plus ) { - outn( "\n#include <FlexLexer.h>" ); + outn( "\n#include <g++/FlexLexer.h>" ); if ( yyclass ) { |