File tree Expand file tree Collapse file tree 7 files changed +9
-11
lines changed Expand file tree Collapse file tree 7 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 33
33
//
34
34
// If you want to create multiple lexer classes, you use the -P flag
35
35
// to rename each yyFlexLexer to some other xxFlexLexer. You then
36
- // include < FlexLexer.h> in your other sources once per lexer class:
36
+ // include " FlexLexer.h" in your other sources once per lexer class:
37
37
//
38
38
// #undef yyFlexLexer
39
39
// #define yyFlexLexer xxFlexLexer
40
- // #include < FlexLexer.h>
40
+ // #include " FlexLexer.h"
41
41
//
42
42
// #undef yyFlexLexer
43
43
// #define yyFlexLexer zzFlexLexer
44
- // #include < FlexLexer.h>
44
+ // #include " FlexLexer.h"
45
45
// ...
46
46
47
47
#ifndef __FLEX_LEXER_H
@@ -204,5 +204,3 @@ class yyFlexLexer : public FlexLexer {
204
204
205
205
#endif // yyFlexLexer || ! yyFlexLexerOnce
206
206
207
-
208
- // 67d7842dbbe25473c3c32b93c0da8047785f30d78e8a024de1b57352245f9689
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ typedef unsigned char YY_CHAR;
379
379
380
380
#define yytext_ptr yytext
381
381
382
- #include < FlexLexer.h>
382
+ #include " FlexLexer.h"
383
383
384
384
int yyFlexLexer::yywrap () { return 1 ; }
385
385
int yyFlexLexer::yylex ()
Original file line number Diff line number Diff line change 28
28
#if ! defined(yyFlexLexerOnce)
29
29
#undef yyFlexLexer
30
30
#define yyFlexLexer bifFlexLexer
31
- #include < FlexLexer.h>
31
+ #include " FlexLexer.h"
32
32
#endif
33
33
34
34
// Override the interface for yylex since we namespaced it
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ typedef unsigned char YY_CHAR;
379
379
380
380
#define yytext_ptr yytext
381
381
382
- #include < FlexLexer.h>
382
+ #include " FlexLexer.h"
383
383
384
384
int yyFlexLexer::yywrap () { return 1 ; }
385
385
int yyFlexLexer::yylex ()
Original file line number Diff line number Diff line change 29
29
30
30
#undef yyFlexLexer
31
31
#define yyFlexLexer reginitFlexLexer
32
- #include < FlexLexer.h>
32
+ #include " FlexLexer.h"
33
33
#endif
34
34
35
35
// Override the interface for yylex since we namespaced it
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ typedef unsigned char YY_CHAR;
379
379
380
380
#define yytext_ptr yytext
381
381
382
- #include < FlexLexer.h>
382
+ #include " FlexLexer.h"
383
383
384
384
int yyFlexLexer::yywrap () { return 1 ; }
385
385
int yyFlexLexer::yylex ()
Original file line number Diff line number Diff line change 29
29
30
30
#undef yyFlexLexer
31
31
#define yyFlexLexer reginitFlexLexer
32
- #include < FlexLexer.h>
32
+ #include " FlexLexer.h"
33
33
#endif
34
34
35
35
// Override the interface for yylex since we namespaced it
You can’t perform that action at this time.
0 commit comments