Chen Guo <cheng...@yahoo.com> writes:

> +/* Parse eol character for -t option.
> +   TODO: support octal and hex escape sequences? */

The TODO looks obsolete, since you are indeed supporting them.

> +      case '?':
> +        eol = '\?';
> +        break;

I don't think this should be supported, it is only part of C because of
trigraphs (which nobody uses anyway).


Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply via email to