Switch to unified view
a/src/query/wasaparse.ypp | b/src/query/wasaparse.ypp | ||
---|---|---|---|
... |
... |
||
6 | #include <iostream> |
6 | #include <iostream> |
7 | #include <string> |
7 | #include <string> |
8 | 8 | ||
9 | #include "searchdata.h" |
9 | #include "searchdata.h" |
10 | #include "wasaparserdriver.h" |
10 | #include "wasaparserdriver.h" |
11 | #include "wasaparse.h" |
11 | #include "wasaparse.hpp"
|
12 | 12 | ||
13 | using namespace std; |
13 | using namespace std; |
14 | 14 | ||
15 | int yylex(yy::parser::semantic_type *, yy::parser::location_type *, |
15 | int yylex(yy::parser::semantic_type *, yy::parser::location_type *, |
16 | WasaParserDriver *); |
16 | WasaParserDriver *); |