From 62cc360e3811cae8647ae3c663a8605271c4a9dc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 4 Mar 1999 18:41:17 +0000 Subject: add_module_idx(): If \ignorePlatformAnnotation is used, only ignore the specified annotation, not any annotation. --- Doc/perl/l2hinit.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index bc2e318..e247c1b 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -284,7 +284,7 @@ sub add_module_idx{ $key =~ s/([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); -- cgit v0.12