This commit is contained in:
parent
124a15101b
commit
5e18b667ef
11 changed files with 218 additions and 230 deletions
|
@ -27,8 +27,7 @@ public:
|
|||
int getCurrentCharOnLine() {return m_currentCharOnLine;}
|
||||
int getErrorCount() {return m_errorCount;}
|
||||
|
||||
void error() {m_errorCount++;}
|
||||
|
||||
void error();
|
||||
|
||||
// Overridden lexer functions
|
||||
int yygetchar();
|
||||
|
@ -42,7 +41,7 @@ private:
|
|||
|
||||
class myparser *m_currentParser;
|
||||
|
||||
#line 46 "C:\\spongebob\\Utils\\scripter\\lexer.h"
|
||||
#line 45 "C:\\spongebob\\Utils\\scripter\\lexer.h"
|
||||
};
|
||||
|
||||
#ifndef YYLEXNAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue