scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit ba0b2937f7725f03722c95bfb7772cba9e4ffb2f
parent b1d89be9c61f4ab4c470dc480077fc90a00c4294
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 14 Mar 2022 16:44:00 +0100

doc: Simplify README

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -80,7 +80,7 @@ it will have some differences: - Type qualifiers are accepted but ignored. ----------------------------------------- -Type qualifiers make the type system ugly, and their uselessness adds +Type qualifiers make the type system more complex and they add unnecessary complexity to the compiler (and increased compilation time): - const: The definition of const is not clear in the standard.