Changes diagnostic output of the question mark from '\?' to '?'.

This commit is contained in:
vladlosev
2011-04-01 21:57:36 +00:00
parent 1ea6b31d5d
commit c7a9cc3512
2 changed files with 14 additions and 17 deletions

View File

@@ -155,9 +155,6 @@ static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
case L'\'':
*os << "\\'";
break;
case L'\?':
*os << "\\?";
break;
case L'\\':
*os << "\\\\";
break;