summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-22 12:16:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-22 12:16:19 +0000
commit60f5481a5d960a23172b75ec86882256b4cd8208 (patch)
tree6f0f59a5fd1e392941f02df3c441c87571116631
parentb1e1a0fc0dc754a6cb2454163d6b00913a854c35 (diff)
downloadruby-60f5481a5d960a23172b75ec86882256b4cd8208.tar.gz
ruby-60f5481a5d960a23172b75ec86882256b4cd8208.tar.xz
ruby-60f5481a5d960a23172b75ec86882256b4cd8208.zip
* regint.h: commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--regint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regint.h b/regint.h
index f7e44720e..164828f43 100644
--- a/regint.h
+++ b/regint.h
@@ -816,7 +816,7 @@ typedef st_data_t hash_data_type;
typedef unsigned long hash_data_type;
#endif
-extern hash_table_type* onig_st_init_strend_table_with_size P_((int size));
+extern hash_table_type* onig_st_init_strend_table_with_size P_((st_index_t size));
extern int onig_st_lookup_strend P_((hash_table_type* table, const UChar* str_key, const UChar* end_key, hash_data_type *value));
extern int onig_st_insert_strend P_((hash_table_type* table, const UChar* str_key, const UChar* end_key, hash_data_type value));