Commit 8b83775b by Richard Kenner

(output_epilog): Name is "GNU Pascal", not all caps.

From-SVN: r14279
parent 5bb67e36
...@@ -3850,7 +3850,7 @@ output_epilog (file, size) ...@@ -3850,7 +3850,7 @@ output_epilog (file, size)
i = 1; i = 1;
else if (! strcmp (language_string, "GNU Ada")) else if (! strcmp (language_string, "GNU Ada"))
i = 3; i = 3;
else if (! strcmp (language_string, "GNU PASCAL")) else if (! strcmp (language_string, "GNU Pascal"))
i = 2; i = 2;
else if (! strcmp (language_string, "GNU C++")) else if (! strcmp (language_string, "GNU C++"))
i = 9; i = 9;
......
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