summaryrefslogtreecommitdiff
path: root/src/lib/libast/features/wctype
blob: 0f59bc1cea7248b9cf87c1972b36cc18518c3868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set	prototyped
nxt	wctype

run{
cat <<!
	#if _hdr_wctype && defined(_nxt_wctype)
	#include ${_nxt_wctype-_nxt_wctype}	/* the native wctype.h */
	#endif

	#undef	iswalpha

	#define iswalpha(w)	(ast.mb_alpha?(*ast.mb_alpha)(w):isalpha(w))
!
}end