kernel - Remove debugging kprintf
[dragonfly.git] / lib / libc / locale / nomacros.c
blob35db11b527fd87d8c84e1e5b6914237dd3d828e5
1 /*
2 * $FreeBSD: head/lib/libc/locale/nomacros.c 232626 2012-03-06 21:56:30Z dim $
3 */
5 /*
6 * Tell <ctype.h> to generate extern versions of all its inline
7 * functions. The extern versions get called if the system doesn't
8 * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
9 * before including <ctype.h>.
11 #define _EXTERNALIZE_CTYPE_INLINES_
14 * Also make sure <runetype.h> does not generate an inline definition
15 * of __getCurrentRuneLocale().
17 #define __RUNETYPE_INTERNAL
19 #include <ctype.h>