scc

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

commit eea6ea64ee40159ddef2dfe9e51eed9b64422ab0
parent 2de303245c939d0d2b96a4c5423286879584eaff
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 29 May 2018 18:16:39 +0100

[as] Do small improvements

Diffstat:
Mas/Makefile | 1-
Mas/target/x80/proc.h | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/as/Makefile b/as/Makefile @@ -18,7 +18,6 @@ clean: rm -f *.o target/*/*.o rm -f target/*/*tbl.c rm -f as-* - rm -f *.log include target/amd64.mk include target/i386.mk diff --git a/as/target/x80/proc.h b/as/target/x80/proc.h @@ -63,7 +63,7 @@ enum args { ARST, /* 0h, 08h, 10h, 18h, 20h, 28h, 30h, 38h */ }; -enum { +enum class { RCLASS = 1 << 0, PCLASS = 1 << 1, QCLASS = 1 << 2,