re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)
[gcc.git] / contrib / index-prop
index a169b5726440b572d9a038635a63d3e705759cf1..1ea648989f68fe3e421146b729a0a743c3859d88 100755 (executable)
@@ -14,7 +14,8 @@ while (<>)
       for (1..7)
        {
          $_ = <>;
-         s/ [^\t]+\t/ $full\t/;
+         s/^([-+*]{3}) [^\t]+\t/$1 $full\t/
+           unless m{ /dev/null\t};
          print;
        }
     }