removed comments?
This commit is contained in:
parent
6490ab759b
commit
c01fbb784a
1 changed files with 1 additions and 2 deletions
|
|
@ -8,14 +8,13 @@
|
|||
|
||||
%code requires {
|
||||
#include <string>
|
||||
class Scanner; // Forward declaration
|
||||
class Scanner;
|
||||
}
|
||||
|
||||
%code {
|
||||
#include <iostream>
|
||||
#include "../src/scanner.hpp"
|
||||
|
||||
// Define yylex to use the scanner's lex method
|
||||
#undef yylex
|
||||
#define yylex scanner->lex
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue