]> git.sur5r.net Git - cc65/commit
Moved the check module to the common dir.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 Aug 2000 15:04:35 +0000 (15:04 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 Aug 2000 15:04:35 +0000 (15:04 +0000)
commite133416d05e72faae9306ea830f656c89246850b
tree0480d02a39687e106e86c868b5fd361b992a6576
parent9e47a53bb7b2baac539059a439fa0f977f2535fb
Moved the check module to the common dir.
Replaced the type constants by something more expandable.

git-svn-id: svn://svn.cc65.org/cc65/trunk@248 b7a2c559-68d2-44c3-8de9-860c34a00d81
17 files changed:
src/cc65/asmcode.c
src/cc65/codegen.c
src/cc65/compile.c
src/cc65/datatype.c
src/cc65/datatype.h
src/cc65/declare.c
src/cc65/expr.c
src/cc65/function.c
src/cc65/input.c
src/cc65/litpool.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/optimize.c
src/cc65/segname.c
src/cc65/stdfunc.c
src/cc65/stmt.c
src/cc65/symtab.c