summaryrefslogtreecommitdiff
path: root/ctype
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-07-17 02:54:00 +0000
committerRoland McGrath <roland@gnu.org>1991-07-17 02:54:00 +0000
commit67639c17b560b5939fceb524b26f0a25b93816a4 (patch)
tree4dcb6ead005eaa7c9087ceadebffcd1ee5bed061 /ctype
parent848aa682b09742536f98c1864bf125fc7d210f9f (diff)
Formerly ../ctype/ctype-info.c.~3~
Diffstat (limited to 'ctype')
-rw-r--r--ctype/ctype-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctype/ctype-info.c b/ctype/ctype-info.c
index 186b318784..fc5af16131 100644
--- a/ctype/ctype-info.c
+++ b/ctype/ctype-info.c
@@ -21,10 +21,10 @@ Cambridge, MA 02139, USA. */
#include <localeinfo.h>
/* Defined in locale/locale-C-ctype.c. */
-extern CONST unsigned char __ctype_b_C[];
+extern CONST unsigned short int __ctype_b_C[];
extern CONST unsigned char __ctype_tolower_C[];
extern CONST unsigned char __ctype_toupper_C[];
-CONST unsigned char *__ctype_b = __ctype_b_C + 1;
+CONST unsigned short int *__ctype_b = __ctype_b_C + 1;
CONST unsigned char *__ctype_tolower = __ctype_tolower_C + 1;
CONST unsigned char *__ctype_toupper = __ctype_toupper_C + 1;