mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ANSIfy name2ctype.h
This commit is contained in:
+2
-6
@@ -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[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user