]> git.sur5r.net Git - cc65/commit
Reworked type comparison and handling of type qualifiers
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Aug 2000 22:18:26 +0000 (22:18 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Aug 2000 22:18:26 +0000 (22:18 +0000)
commit25f5c69efab6e28fe9f12494e83e80140b50556a
tree07156194e3b156fd8c9eefea96e08bb0ca67b08b
parentdcc0fe91a2fbff3c4b41bd563e4d3c0b5d5deebb
Reworked type comparison and handling of type qualifiers

git-svn-id: svn://svn.cc65.org/cc65/trunk@285 b7a2c559-68d2-44c3-8de9-860c34a00d81
16 files changed:
src/cc65/compile.c
src/cc65/datatype.c
src/cc65/datatype.h
src/cc65/error.c
src/cc65/error.h
src/cc65/expr.c
src/cc65/locals.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/scanner.c
src/cc65/scanner.h
src/cc65/stdfunc.c
src/cc65/symtab.c
src/cc65/symtab.h
src/cc65/typecmp.c [new file with mode: 0644]
src/cc65/typecmp.h [new file with mode: 0644]