CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/04 05:46:01
Modified files:
lib/libc/locale: iswctype.c iswctype_l.c rune.h runetable.c
wctype.c
Log message:
Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefix
Similar to what NetBSD did around 2010, this lets us move some defines
in ctype.h to the _CTYPE_ prefix. No functional change.
"makes sense" deraadt, ok sthen@ tb@
