From 349c3c7a8caea17e12286bbde730e5808fc8326e Mon Sep 17 00:00:00 2001 From: wanabe Date: Tue, 5 Oct 2010 13:20:49 +0000 Subject: * win32/mkexports.rb: revert r29320 and r29402. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/mkexports.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'win32/mkexports.rb') diff --git a/win32/mkexports.rb b/win32/mkexports.rb index 1317f1b601..e96f9339d0 100755 --- a/win32/mkexports.rb +++ b/win32/mkexports.rb @@ -151,10 +151,7 @@ end class Exports::Mingw < Exports::Cygwin def each_export(objs) - objdump(objs) do |l| - next if /@.*@/ =~ l - yield $2, !$1 if /\s(?:(T)|[[:upper:]])\s_?((?!_?Init_|_?.*_threadptr_|_?DllMain[@\n]).*)$/ =~ l - end + super yield "strcasecmp", "_stricmp" yield "strncasecmp", "_strnicmp" end -- cgit v1.2.3