Kaydet (Commit) 62cc360e authored tarafından Fred Drake's avatar Fred Drake

add_module_idx(): If \ignorePlatformAnnotation is used, only ignore

		   the specified annotation, not any annotation.
üst 35c3ffdc
...@@ -284,7 +284,7 @@ sub add_module_idx{ ...@@ -284,7 +284,7 @@ sub add_module_idx{
$key =~ s/<tt>([a-zA-Z0-9._]*)<\/tt>/\1/; $key =~ s/<tt>([a-zA-Z0-9._]*)<\/tt>/\1/;
my $plat = "$ModulePlatforms{$key}"; my $plat = "$ModulePlatforms{$key}";
$plat = '' $plat = ''
if $IGNORE_PLATFORM_ANNOTATION; if ($plat eq $IGNORE_PLATFORM_ANNOTATION);
if (!$first) { if (!$first) {
$allthesame = 0 $allthesame = 0
if ($prevplat ne $plat); if ($prevplat ne $plat);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment