scc

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

commit e277d35b631a1687a4eb1daca98397be829e3d11
parent 86de680103aa512595733bc9024999b69de5f724
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  7 Oct 2015 17:34:57 +0200

Fix comment in types.c

Diffstat:
Mcc1/types.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cc1/types.c b/cc1/types.c @@ -30,7 +30,7 @@ static struct limits limits[][4] = { .min.u = 0, .max.u = 4294967295u }, - { /* 3 = unsigned 4 bytes */ + { /* 3 = unsigned 8 bytes */ .min.u = 0, .max.u = 18446744073709551615u }