Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 299208 | Differences between
and this patch

Collapse All | Expand All

(-)a/MPI/Unsafe.pl (-1 / +1 lines)
Lines 145-151 Link Here
145
    } elsif ($in_enum) {
145
    } elsif ($in_enum) {
146
        parse_enum($line);
146
        parse_enum($line);
147
    } elsif ($line =~ /typedef\s+struct\s+([A-Za-z_][A-Za-z0-9_]*)\s+MPI_Status/) {
147
    } elsif ($line =~ /typedef\s+struct\s+([A-Za-z_][A-Za-z0-9_]*)\s+MPI_Status/) {
148
        $mpi_status_name = $2;
148
        $mpi_status_name = $1;
149
    } elsif ($line =~ /struct $mpi_status_name[^;]*$/) {
149
    } elsif ($line =~ /struct $mpi_status_name[^;]*$/) {
150
        $in_mpi_status=1;
150
        $in_mpi_status=1;
151
    }
151
    }

Return to bug 299208