summaryrefslogtreecommitdiffstats
path: root/include/ruby
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 07:31:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 07:31:50 +0000
commit2e369bdf9a901777d9fc7512f23303cf1c0b6299 (patch)
tree35b46e3ca54bfc616ec91be1abb6098402e822cb /include/ruby
parentf7c5e8b63b4c36a5ded59f7744b0735395cc9eb2 (diff)
downloadruby-2e369bdf9a901777d9fc7512f23303cf1c0b6299.tar.gz
ruby-2e369bdf9a901777d9fc7512f23303cf1c0b6299.tar.xz
ruby-2e369bdf9a901777d9fc7512f23303cf1c0b6299.zip
* re.c (kcode_setter): Perl-ish global variable `$=' no longer
effective. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/re.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/re.h b/include/ruby/re.h
index c5a62ff11..6fd0609e7 100644
--- a/include/ruby/re.h
+++ b/include/ruby/re.h
@@ -43,8 +43,6 @@ long rb_reg_adjust_startpos(VALUE, VALUE, long, long);
void rb_match_busy(VALUE);
VALUE rb_reg_quote(VALUE);
-RUBY_EXTERN int ruby_ignorecase;
-
#if defined(__cplusplus)
#if 0
{ /* satisfy cc-mode */