Justin Erenkrantz wrote:
[...]

>Actually, I think the conditional should be:
>
>while (p <= he)
>
>Thoughts?  We're scanning R->L, so p points to the end of the string.
>It is possible to have "<!--#" as n (which should match).  -- justin
>
I think (p < he) is still the right conditional; 'he' points to
the address right after the end of the string to be scanned
(because of the initialization he = h + hl).

--Brian




Reply via email to