From: ceriel Date: Mon, 11 Nov 1991 13:13:09 +0000 (+0000) Subject: Added old C compiler, renamed ansi C one X-Git-Tag: release-5-5~647 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=76ab08f62cfc62c0e5c2bd2055986672f94d9426;p=ack.git Added old C compiler, renamed ansi C one --- 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