summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-05 23:08:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-05 23:08:47 +0000
commitd61fb30fa11051cf305f87030c15b8341d5132b6 (patch)
tree47c785076f5a27eacc0ced1199acdd515212700d
parent0bf32299417a7cdd9a476538e8b396f64b263dd4 (diff)
downloadruby-d61fb30fa11051cf305f87030c15b8341d5132b6.tar.gz
ruby-d61fb30fa11051cf305f87030c15b8341d5132b6.tar.xz
ruby-d61fb30fa11051cf305f87030c15b8341d5132b6.zip
* hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]
* re.c should include regint.h for declarations of oniguruma functions. [ruby-core:04815] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
-rw-r--r--hash.c2
-rw-r--r--re.c1
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a88005024..0a828399d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri May 6 08:08:37 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]
+
+ * re.c should include regint.h for declarations of oniguruma
+ functions. [ruby-core:04815]
+
Sun May 1 09:15:17 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (process_sflag): replace '-' in variable names with '_'.
diff --git a/hash.c b/hash.c
index 9c96e8e7d..a896a9541 100644
--- a/hash.c
+++ b/hash.c
@@ -1496,7 +1496,7 @@ rb_hash_eql(hash1, hash2)
return hash_equal(hash1, hash2, Qtrue);
}
-
+static int
rb_hash_hash_i(key, value, hp)
VALUE key, value;
long *hp;
diff --git a/re.c b/re.c
index 10fe8c68d..d88427c79 100644
--- a/re.c
+++ b/re.c
@@ -11,6 +11,7 @@
#include "ruby.h"
#include "re.h"
+#include "regint.h"
#include <ctype.h>
#define MBCTYPE_ASCII 0