Prepend @condstack to @buffer4 lines.

This commit is contained in:
Ralf Corsepius
2010-09-08 04:05:24 +00:00
parent cf1c37c6b1
commit ffa0418d2f

View File

@@ -223,7 +223,7 @@ foreach my $line ( @buffer3 )
} elsif ( $condstack[$#condstack] =~ m/<FALSE:.*>$/ ) {
# print STDERR "ENDIF: FALSE\n";
} else {
push @buffer4, "%endif\n";
push @buffer4, "@condstack:$line\n";
}
# print STDERR "POP: $line\n";
pop @condstack;