Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-07-24 21:55:26 +0400
committerJeff Johnston <jjohnstn@redhat.com>2008-07-24 21:55:26 +0400
commit410c1d122d8c65b747d55138f00d32d5c1b607bc (patch)
tree1c79013a437be482424bf836a13763675a69ad67 /newlib/libc
parent854c14daa49cdfba803e9c3370592a4df379877d (diff)
2008-07-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/ctype.h (_ctype_): Restore for C++ backward compatability only.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/ctype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/include/ctype.h b/newlib/libc/include/ctype.h
index 9014dbe4f..17a486ebb 100644
--- a/newlib/libc/include/ctype.h
+++ b/newlib/libc/include/ctype.h
@@ -67,6 +67,9 @@ extern __IMPORT _CONST char *__ctype_ptr__;
#define toascii(c) ((c)&0177)
#endif
+/* For C++ backward-compatibility only. */
+extern __IMPORT _CONST char _ctype_[];
+
_END_STD_C
#endif /* _CTYPE_H_ */