]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/locale/nomacros.c
Merge llvm-project release/18.x llvmorg-18.1.3-0-gc13b7485b879
[FreeBSD/FreeBSD.git] / lib / libc / locale / nomacros.c
1 /*
2  * Tell <ctype.h> to generate extern versions of all its inline
3  * functions.  The extern versions get called if the system doesn't
4  * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
5  * before including <ctype.h>.
6  */
7 #define _EXTERNALIZE_CTYPE_INLINES_
8
9 /*
10  * Also make sure <runetype.h> does not generate an inline definition
11  * of __getCurrentRuneLocale().
12  */
13 #define __RUNETYPE_INTERNAL
14
15 #include <ctype.h>