Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefix
authorjca <jca@openbsd.org>
Sun, 4 Feb 2024 12:46:01 +0000 (12:46 +0000)
committerjca <jca@openbsd.org>
Sun, 4 Feb 2024 12:46:01 +0000 (12:46 +0000)
commit286f9c707893154947e99c5b38feb7644285d1a9
tree3796281fb1db8d09a9b995136a4ccec7933958af
parent28d6404fff3be532e2c4bfb01943f6bd5eeb5c3f
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@
lib/libc/locale/iswctype.c
lib/libc/locale/iswctype_l.c
lib/libc/locale/rune.h
lib/libc/locale/runetable.c
lib/libc/locale/wctype.c