ICU-392 yet another update

X-SVN-Rev: 6367
This commit is contained in:
Vladimir Weinstein 2001-10-22 05:27:13 +00:00
parent 57f2213bee
commit 57a603936e

View File

@ -94,7 +94,7 @@ for(;@ARGV; shift(@ARGV)) {
foreach (@NMRESULT) { # Process every line of result and stuff it in $_
($_, $address, $type) = split(/\|/);
&verbose( "type: \"$type\" ");
if(!($type =~ /[UAw]/)) {
if(!($type =~ /[UAwW]/)) {
if(/@@/) { # These would be imports
&verbose( "Import: $_ \"$type\"\n");
} elsif (/::/) { # C++ methods, stuff class name in associative array