From 18324d6834d0919d394e7875c31ca5b2ab2ed97f 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 9af50c66..08ea893e 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 51919b1a..451eb024 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