Remove token output on ERROR
This commit is contained in:
@@ -1267,7 +1267,7 @@ string rc_keywordToken(string sline)
|
||||
|
||||
void output_tokens()
|
||||
{
|
||||
//return;
|
||||
return;
|
||||
for(int i = 0; i < tmp_token.size(); i++)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user