ICU-392 yet another update
X-SVN-Rev: 6367
This commit is contained in:
parent
57f2213bee
commit
57a603936e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user