#include <display/ds9/ds9FlexLexer.h>
#include <display/ds9/ds9context.h>
#include <display/ds9/ds9parse.hh>
Go to the source code of this file.
|
#define | YY_DECL |
| Flex expects the signature of yylex to be defined in the macro YY_DECL, and the C++ parser expects it to be declared. More...
|
|
#define | yyFlexLexer |
| including without guard results in yyFlexLexer being multiply defined when compiling the scanner... More...
|
|
Flex expects the signature of yylex to be defined in the macro YY_DECL, and the C++ parser expects it to be declared.
We can factor both as follows.
Definition at line 8 of file ds9lex.h.
including without guard results in yyFlexLexer being multiply defined when compiling the scanner...
Definition at line 18 of file ds9lex.h.