scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit e68f166404a9e69305734b7c4fd44fc0b301eb52
parent 0fc57e51871e09511d6135791773b7e0ba26aaf6
Author: FRIGN <dev@frign.de>
Date:   Wed, 11 May 2016 13:48:42 +0200

Add missing character in code example in cc1/ir.md

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

diff --git a/cc1/ir.md b/cc1/ir.md @@ -74,7 +74,7 @@ For example the next code: struct foo { int i; - ong c; + long c; } var1; will generate the next output: