[uClibc-cvs] uClibc/include ctype.h,1.17,1.18

Manuel Novoa III mjn3 at uclibc.org
Mon Sep 8 20:37:14 UTC 2003


Update of /var/cvs/uClibc/include
In directory winder:/tmp/cvs-serv12065/include

Modified Files:
	ctype.h 
Log Message:
Obligatory forgotten file.


Index: ctype.h
===================================================================
RCS file: /var/cvs/uClibc/include/ctype.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ctype.h	28 Aug 2003 17:16:52 -0000	1.17
+++ ctype.h	8 Sep 2003 20:37:11 -0000	1.18
@@ -27,6 +27,8 @@
 #include <features.h>
 #include <bits/types.h>
 
+#ifdef __UCLIBC_HAS_CTYPE_TABLES__
+
 __BEGIN_DECLS
 
 #ifndef _ISbit
@@ -379,4 +381,10 @@
 
 __END_DECLS
 
+#else  /* __UCLIBC_HAS_CTYPE_TABLES__ */
+
+#include <bits/uClibc_ctype.h>
+
+#endif
+
 #endif /* ctype.h  */




More information about the uClibc-cvs mailing list