* include/ctype.h: Declare __ctype_ptr__ to keep newlib build happy.

This commit is contained in:
Corinna Vinschen
2008-07-22 10:38:18 +00:00
parent fa914bf8ab
commit 737a72dd0e
2 changed files with 7 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ int __cdecl _toupper(int);
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
extern const char _ctype_[];
#ifdef _COMPILING_NEWLIB
extern const char *__ctype_ptr__;
#endif
#else
extern const __declspec(dllimport) char _ctype_[];
#endif