Added some C support

This commit is contained in:
ceriel
1990-09-14 14:37:26 +00:00
parent 4900ad0743
commit 5f592dd6bd
12 changed files with 520 additions and 27 deletions

View File

@@ -31,6 +31,7 @@ int
init_languages()
{
add_language(".mod", m2_dep);
add_language(".c", c_dep);
}
int