Adding namespace declaration to lexer.
This commit is contained in:
parent
747bc16a85
commit
12c5043778
|
@ -7,6 +7,8 @@ extern int lineNumber;
|
||||||
|
|
||||||
void monicelli_error(const char *);
|
void monicelli_error(const char *);
|
||||||
void monicelli_meta(const char *); // Extern void serve?
|
void monicelli_meta(const char *); // Extern void serve?
|
||||||
|
|
||||||
|
using namespace monicelli;
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%option noyywrap
|
%option noyywrap
|
||||||
|
|
Reference in New Issue
Block a user