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

the specified annotation, not any annotation.
This commit is contained in:
Fred Drake 1999-03-04 18:41:17 +00:00
parent 35c3ffdc3f
commit 62cc360e38

View file

@ -284,7 +284,7 @@ sub add_module_idx{
$key =~ s/<tt>([a-zA-Z0-9._]*)<\/tt>/\1/;
my $plat = "$ModulePlatforms{$key}";
$plat = ''
if $IGNORE_PLATFORM_ANNOTATION;
if ($plat eq $IGNORE_PLATFORM_ANNOTATION);
if (!$first) {
$allthesame = 0
if ($prevplat ne $plat);