* c-lex.c (lex_charconst): Fix typo: s/p/str.
From-SVN: r39215
This commit is contained in:
parent
0d5d970bca
commit
955dc84a48
@ -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...
|
||||
|
@ -1643,7 +1643,7 @@ lex_charconst (str, len, wide)
|
||||
}
|
||||
else
|
||||
{
|
||||
p += char_len;
|
||||
str += char_len;
|
||||
c = wc;
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user