Fix PowerPC runtime error, bug288

This commit is contained in:
Wilson Snyder
2011-08-22 21:02:09 -04:00
parent f9bbf31d65
commit 3fae8ade05
8 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public:
void V3ParseImp::stateExitPsl() { parsep()->m_lexerp->stateExitPsl(); }
void V3ParseImp::statePushVlg() { parsep()->m_lexerp->stateExitPsl(); }
void V3ParseImp::statePop() { parsep()->m_lexerp->statePop(); }
int V3ParseImp::yylexThis() { parsep()->m_lexerp->yylex(); }
int V3ParseImp::yylexThis() { return parsep()->m_lexerp->yylex(); }
//######################################################################
// Read class functions