Fixed style

This commit is contained in:
Reijo Tomperi 2009-01-21 21:58:06 +00:00
parent b7e4f1319c
commit 1ef2c5caf5
2 changed files with 330 additions and 330 deletions

View File

@ -144,7 +144,7 @@ std::string Preprocessor::read(std::istream &istr)
}
while (istr.good() && chNext != ch);
}
/*
/*
// char constants..
else if (ch == '\'')
{
@ -159,7 +159,7 @@ std::string Preprocessor::read(std::istream &istr)
ch = readChar(istr);
code << "\'";
}
*/
*/
// <backspace><newline>..
else if (ch == '\\')
{