From 76ab08f62cfc62c0e5c2bd2055986672f94d9426 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 11 Nov 1991 13:13:09 +0000 Subject: [PATCH] Added old C compiler, renamed ansi C one --- fast/.distr | 1 + fast/Action | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1