This commit is contained in:
Li Haokun
2021-08-09 19:13:39 +08:00
committed by GitHub
parent 143a59c735
commit e9bd033883
7 changed files with 36 additions and 27 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ void nasal_lexer::openfile(std::string& filename)
{
char c=fin.get();
if(fin.eof())
break;
break;
res.push_back(c);
}
fin.close();