diff --git a/fast/.distr b/fast/.distr index 9af50c663..08ea893ed 100644 --- a/fast/.distr +++ b/fast/.distr @@ -1,5 +1,6 @@ Action driver +f_c.ansi f_c f_m2 f_pc diff --git a/fast/Action b/fast/Action index 51919b1a9..451eb0246 100644 --- a/fast/Action +++ b/fast/Action @@ -1,6 +1,9 @@ -name "Fast ANSI C compiler" +name "Fast C compiler" dir f_c end +name "Fast ANSI C compiler" +dir f_c.ansi +end name "Fast Pascal compiler" dir f_pc end