aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.cc')
-rw-r--r--gcc/gcc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.cc b/gcc/gcc.cc
index d629ca5..d813002 100644
--- a/gcc/gcc.cc
+++ b/gcc/gcc.cc
@@ -1423,6 +1423,7 @@ static const struct compiler default_compilers[] =
{".r", "#Ratfor", 0, 0, 0},
{".go", "#Go", 0, 1, 0},
{".d", "#D", 0, 1, 0}, {".dd", "#D", 0, 1, 0}, {".di", "#D", 0, 1, 0},
+ {".mod", "#Modula-2", 0, 0, 0}, {".m2i", "#Modula-2", 0, 0, 0},
/* Next come the entries for C. */
{".c", "@c", 0, 0, 1},
{"@c",