This commit is contained in:
Paul 2000-12-12 16:29:42 +00:00
parent 124a15101b
commit 5e18b667ef
11 changed files with 218 additions and 230 deletions

View file

@ -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