2008-07-24 Jeff Johnston <jjohnstn@redhat.com>

* libc/include/ctype.h (_ctype_): Restore for C++ backward
        compatability only.
This commit is contained in:
Jeff Johnston 2008-07-24 17:55:26 +00:00
parent 854c14daa4
commit 410c1d122d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-07-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/ctype.h (_ctype_): Restore for C++ backward
compatability only.
2008-07-21 Jeff Johnston <jjohnstn@redhat.com>
* libc/ctype/ctype_.c: Add new pointer __ctype_ptr__ which is one

View File

@ -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_ */