projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9dfa773
)
Pretty print.
author
drepper
<drepper>
Sat, 21 Jun 1997 02:27:31 +0000
(
02:27
+0000)
committer
drepper
<drepper>
Sat, 21 Jun 1997 02:27:31 +0000
(
02:27
+0000)
wctype/wctype.h
patch
|
blob
|
history
diff --git
a/wctype/wctype.h
b/wctype/wctype.h
index
b679959
..
9c9258f
100644
(file)
--- a/
wctype/wctype.h
+++ b/
wctype/wctype.h
@@
-22,9
+22,10
@@
*/
#ifndef _WCTYPE_H
*/
#ifndef _WCTYPE_H
-
#define _WCTYPE_H 1
#define _WCTYPE_H 1
+
#include <features.h>
#include <features.h>
+#include <gnu/types.h>
__BEGIN_DECLS
__BEGIN_DECLS
@@
-197,8
+198,8
@@
extern wint_t towctrans __P ((wint_t __wc, wctrans_t __desc));
#endif
/* Pointer to conversion tables. */
#endif
/* Pointer to conversion tables. */
-extern __const
in
t *__ctype_tolower; /* Case conversions. */
-extern __const
in
t *__ctype_toupper; /* Case conversions. */
+extern __const
__int32_
t *__ctype_tolower; /* Case conversions. */
+extern __const
__int32_
t *__ctype_toupper; /* Case conversions. */
#define towlower(wc) towctrans ((wc), __ctype_tolower)
#define towupper(wc) towctrans ((wc), __ctype_toupper)
#define towlower(wc) towctrans ((wc), __ctype_tolower)
#define towupper(wc) towctrans ((wc), __ctype_toupper)