scc

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

commit d7a103eb62390bfb54a702d7191d6bcd2c8bee4a
parent 9e9a2ce8223a9ad29cb1c4eb1b9aa09cc2db32ad
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.