Commit 955dc84a by Neil Booth Committed by Neil Booth

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

From-SVN: r39215
parent 0d5d970b
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment