Kaydet (Commit) 9b3a8240 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Comment grammar

üst 615842fb
......@@ -897,7 +897,7 @@ tok_nextc(register struct tok_state *tok)
tok->cur = tok->buf + cur;
tok->line_start = tok->cur;
/* replace "\r\n" with "\n" */
/* For Mac leave the \r, giving syntax error */
/* For Mac leave the \r, giving a syntax error */
pt = tok->inp - 2;
if (pt >= tok->buf && *pt == '\r') {
*pt++ = '\n';
......
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