summaryrefslogtreecommitdiff
path: root/enc/jis/props.kwd
diff options
context:
space:
mode:
Diffstat (limited to 'enc/jis/props.kwd')
-rw-r--r--enc/jis/props.kwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/jis/props.kwd b/enc/jis/props.kwd
index 659cf0aff4..9606828459 100644
--- a/enc/jis/props.kwd
+++ b/enc/jis/props.kwd
@@ -37,7 +37,7 @@ struct enc_property {
unsigned char ctype;
};
-static const struct enc_property *onig_jis_property(/*!ANSI{*/const char *str, unsigned int len/*}!ANSI*/);
+static const struct enc_property *onig_jis_property(register const char *str, register size_t len);
%}
struct enc_property;