Commit 7e3f469be9abf85de67b1624aac084bb32c2a98a

Nick Wellnhofer 2022-12-19T15:59:49

entities: Use flags to store '<' check results Instead of abusing the LSB of the "checked" member, store the result of testing for occurrence of '<' character in "flags". Also use the flags in xmlParseStringEntityRef instead of rescanning every time.