libxo-0.4.6
- Fix comparison between signed and unsigned
- Typo fix (s/instnace/instance/)
- quote .Dq lines
- wchar_t is sometimes defined as "signed int" and sometimes as "unsigned int". Avoid compiler warnings (that can break the built with -Werror) by replacing int with wchar_t where appropriate (struct interval)