Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 18 Mar 2001 15:23:51 +0000 (15:23 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 18 Mar 2001 15:23:51 +0000 (15:23 +0000)
commit63cd067459124b5dc1d2ae98453df4ffdff11607
tree5cebda9f50b0c1939cc0f777bcd439d5f165eb5e
parent1b026014ba0f5424fabe070eda050db5e7df518a
Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
is the sense of the test being done. Avoid some magical 127 and 128 values
by using macros.

p4raw-id: //depot/perlio@9199
doop.c
pp_ctl.c
sv.c
toke.c