Commit be07ab12 by Richard Kenner

(strip_off_ending): Add .atr for Ada.

From-SVN: r4086
parent a66a10c7
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment