[前][次][番号順一覧][スレッド一覧]

ruby-changes:13277

From: nobu <ko1@a...>
Date: Tue, 22 Sep 2009 21:16:28 +0900 (JST)
Subject: [ruby-changes:13277] Ruby:r25039 (trunk): * regint.h: commit miss.

nobu	2009-09-22 21:16:19 +0900 (Tue, 22 Sep 2009)

  New Revision: 25039

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25039

  Log:
    * regint.h: commit miss.

  Modified files:
    trunk/regint.h

Index: regint.h
===================================================================
--- regint.h	(revision 25038)
+++ regint.h	(revision 25039)
@@ -816,7 +816,7 @@
 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));
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]