get \8 and \9 right

This commit is contained in:
Bill Currie 2010-01-13 06:23:02 +00:00 committed by Jeff Teunissen
parent 401040ced0
commit a6c504936c
1 changed files with 2 additions and 2 deletions

View File

@ -525,8 +525,8 @@ make_string (char *token, char **end)
error (0, "EOF inside quote");
break;
}
case 8:
case 9:
case '8':
case '9':
c = 18 + c - '0';
break;
case 'x':