NetBSD defines character classes up to 0x2000. Use 0x8000 as a safe
__regex_word that hopefully will not collide with other values
in the foreseeable future.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
OK, I got it:
#define _CTYPE_Q 0x2000 /* Phonogram */
from /usr/include/sys/ctype_bits.h
I propose to mention the symbol name in the description and the header. In the description is worth to mention the filename of this definition.