]> git.saurik.com Git - apple/libc.git/blobdiff - locale/nomacros-fbsd.c
Libc-498.tar.gz
[apple/libc.git] / locale / nomacros-fbsd.c
diff --git a/locale/nomacros-fbsd.c b/locale/nomacros-fbsd.c
new file mode 100644 (file)
index 0000000..eea37d0
--- /dev/null
@@ -0,0 +1,12 @@
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD: src/lib/libc/locale/nomacros.c,v 1.5 2002/03/22 21:52:18 obrien Exp $");
+
+/*
+ * Tell <ctype.h> to generate extern versions of all its inline
+ * functions.  The extern versions get called if the system doesn't
+ * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
+ * before including <ctype.h>.
+ */
+#define _EXTERNALIZE_CTYPE_INLINES_
+
+#include <ctype.h>