"./stolen_chunk_of_toke.c:1014:27: warning: '&&' within '||' [-Wlogical-op-parentheses]"
d++;
if (UTF) {
e = s;
- while ( ( e < send
- && isIDFIRST_utf8_safe(e, send)
+ while ( (( e < send
+ && isIDFIRST_utf8_safe(e, send))
|| *e == ':'))
{
e += UTF8SKIP(e);