From 1c9a2e11545f91848fc5733005b0a4f6249290ff Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 4 Oct 2007 07:31:50 +0000 Subject: * re.c (kcode_setter): Perl-ish global variable `$=' no longer effective. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/re.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/re.h b/include/ruby/re.h index c5a62ff117..6fd0609e7a 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 */ -- cgit v1.2.3