Fixed Strip() bugs

This commit is contained in:
David Anderson
2004-08-09 10:07:33 +00:00
parent 85afb2a823
commit edfb24bcd1
4 changed files with 261 additions and 11 deletions

View File

@ -417,9 +417,10 @@ bool Compiler::Parse()
/* Strip the line */
std::string line(buffer);
StripComments(line);
Strip(line);
if (line.size() < 1)
continue;