[前][次][番号順一覧][スレッド一覧][生データ]

yarv-diff:335

From: ko1 atdot.net
Date: 18 May 2006 07:02:51 -0000
Subject: [yarv-diff:335] r502 - trunk

Author: ko1
Date: 2006-05-18 16:02:51 +0900 (Thu, 18 May 2006)
New Revision: 502

Modified:
   trunk/
   trunk/ChangeLog
   trunk/intern.h
Log:
 r778@lermite:  ko1 | 2006-05-18 16:01:26 +0900
 	* intern.h : fix prototype declarations for last re.c change
 



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 81cd9672-7512-7e48-ae48-6936450e977d:/local/yarv/trunk:776
   + 81cd9672-7512-7e48-ae48-6936450e977d:/local/yarv/trunk:778

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-05-18 06:55:03 UTC (rev 501)
+++ trunk/ChangeLog	2006-05-18 07:02:51 UTC (rev 502)
@@ -4,6 +4,11 @@
 #  from Mon, 03 May 2004 01:24:19 +0900
 #
 
+2006-05-18(Thu) 16:00:50 +0900  Koichi Sasada  <ko1 atdot.net>
+
+	* intern.h : fix prototype declarations for last re.c change
+
+
 2006-05-18(Thu) 12:12:03 +0900  Koichi Sasada  <ko1 atdot.net>
 
 	* rb/runruby.rb : added

Modified: trunk/intern.h
===================================================================
--- trunk/intern.h	2006-05-18 06:55:03 UTC (rev 501)
+++ trunk/intern.h	2006-05-18 07:02:51 UTC (rev 502)
@@ -423,9 +423,9 @@
 VALUE rb_range_beg_len(VALUE, long*, long*, long, int);
 VALUE rb_length_by_each(VALUE);
 /* re.c */
-int rb_memcmp(char*,char*,long);
-int rb_memcicmp(char*,char*,long);
-long rb_memsearch(char*,long,char*,long);
+int rb_memcmp(const void*,const void*,long);
+int rb_memcicmp(const void*,const void*,long);
+long rb_memsearch(const void*,long,const void*,long);
 VALUE rb_reg_nth_defined(int, VALUE);
 VALUE rb_reg_nth_match(int, VALUE);
 VALUE rb_reg_last_match(VALUE);


-- 
ML: yarv-diff quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]