* c-lex.c (lex_charconst): Fix typo: s/p/str.

From-SVN: r39215
This commit is contained in:
Neil Booth 2001-01-23 23:18:43 +00:00 committed by Neil Booth
parent 0d5d970bca
commit 955dc84a48
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
* c-lex.c (lex_charconst): Fix typo: s/p/str.
2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* rs6000.h (rs6000_return_addr): Move prototype from here...

View File

@ -1643,7 +1643,7 @@ lex_charconst (str, len, wide)
}
else
{
p += char_len;
str += char_len;
c = wc;
}
#else