* win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1b8b699d9f
commit
eecf7fdcde
@ -1,3 +1,7 @@
|
||||
Tue Jun 18 19:20:16 2002 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)
|
||||
|
||||
Tue Jun 18 12:50:17 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* parse.y (yylex): should pushback proper char after '<<'.
|
||||
|
@ -8,7 +8,7 @@ IO.foreach("|dumpbin -symbols " + objs.join(' ')) do |l|
|
||||
next unless l.sub!(/.*\sExternal\s+\|\s+/, '')
|
||||
if l.sub!(/^_/, '')
|
||||
next if /@.*@/ =~ l || /@[0-9a-f]{16}$/ =~ l
|
||||
elsif !l.sub!(/^(\S+) \([^@?]*\)$/, '\1')
|
||||
elsif !l.sub!(/^(\S+) \([^@?\`\']*\)$/, '\1')
|
||||
next
|
||||
end
|
||||
SYM[l.strip] = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user