scc

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

commit c6d93597a53015d6c31c8aebc789075196493a89
parent 07b4fdb377628004a417770806778869cc948d6c
Author: Roberto E. Vargas Caballero <roberto.vargas@igrid-td.com>
Date:   Thu, 31 Mar 2016 12:24:23 +0200

Small withespace change

Diffstat:
Mcc2/arch/z80/arch.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cc2/arch/z80/arch.h b/cc2/arch/z80/arch.h @@ -2,4 +2,4 @@ #define TINT long long #define TUINT unsigned long long #define TFLOAT double -#define TSIZE unsigned short -\ No newline at end of file +#define TSIZE unsigned short