summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--regint.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fe7b7ce27a..6b82cbef1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 19 11:49:47 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * regint.h (include): include ruby.h instead of defines.h and config.h.
+
Wed Mar 19 10:17:12 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt check
diff --git a/regint.h b/regint.h
index 3d1ce7b76a..09f3c29ee2 100644
--- a/regint.h
+++ b/regint.h
@@ -84,8 +84,7 @@
/* */
/* escape other system UChar definition */
#ifndef RUBY_DEFINES_H
-#include "ruby/config.h"
-#include "ruby/defines.h"
+#include "ruby/ruby.h"
#endif
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
#undef ONIG_ESCAPE_UCHAR_COLLISION