]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/locale/nomacros.c
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / locale / nomacros.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 /*
5  * Tell <ctype.h> to generate extern versions of all its inline
6  * functions.  The extern versions get called if the system doesn't
7  * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
8  * before including <ctype.h>.
9  */
10 #define _EXTERNALIZE_CTYPE_INLINES_
11
12 /*
13  * Also make sure <runetype.h> does not generate an inline definition
14  * of __getCurrentRuneLocale().
15  */
16 #define __RUNETYPE_INTERNAL
17
18 #include <ctype.h>