From 9215c5195497fbe036d37ee81c33be35d90f91aa Mon Sep 17 00:00:00 2001 From: Amy Date: Mon, 12 Sep 2022 15:27:25 -0800 Subject: [PATCH] state that LCC is a C89 compiler The README does not currently state that LCC is a C89 compiler. While this can be inferred based on the book's publication date of 1995, it causes much confusion (see #47). This patch adds a blurb to the README informing users that it is a C89 compiler; a warning to not run C99 should hopefully not be necessary. Signed-off-by: Amy Parker --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index ecab476..74b5aaf 100755 --- a/README +++ b/README @@ -9,6 +9,8 @@ http://storage.webhop.net/documents/interface4.pdf. VERSION 4.2 IS INCOMPATIBLE WITH EARLIER VERSIONS OF LCC. DO NOT UNLOAD THIS DISTRIBUTION ON TOP OF A 3.X DISTRIBUTION. +LCC is a C89 ("ANSI C") compiler designed to be highly retargetable. + LOG describes the changes since the last release. CPYRIGHT describes the conditions under you can use, copy, modify, and