Commit 54a921ba authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

ANSIfy name2ctype.h

parent c3fc0c19
......@@ -16393,9 +16393,7 @@ inline
#endif
#endif
static unsigned int
uniname2ctype_hash (str, len)
register const char *str;
register unsigned int len;
uniname2ctype_hash (register const char *str, register unsigned int len)
{
#ifndef USE_UNICODE_PROPERTIES
static const unsigned char asso_values[] =
......@@ -17263,9 +17261,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const struct uniname2ctype_struct *
uniname2ctype_p (str, len)
register const char *str;
register unsigned int len;
uniname2ctype_p (register const char *str, register unsigned int len)
{
static const struct uniname2ctype_struct wordlist[] =
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment