(strip_off_ending): Add .atr for Ada.

From-SVN: r4086
This commit is contained in:
Richard Kenner 1993-04-11 15:22:53 -04:00
parent a66a10c707
commit be07ab12f7

View File

@ -1473,6 +1473,8 @@ strip_off_ending (name, len)
name[len - 2] = 0;
else if (len > 4 && ! strcmp (".ada", name + len - 4))
name[len - 4] = 0;
else if (len > 4 && ! strcmp (".atr", name + len - 4))
name[len - 4] = 0;
}
/* Output a file name in the form wanted by System V. */