]> git.sur5r.net Git - cc65/commit
Some changes in the way, types and type strings are handled.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 Aug 2000 18:45:08 +0000 (18:45 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 Aug 2000 18:45:08 +0000 (18:45 +0000)
commit85417b6d1b66d13a7f3f0cb54c424c674456c2d0
tree73866e99f2ec3da653d437efe61e0db6ac20f2f9
parent5ee8618510eacaca1f779612103bf709f59e9450
Some changes in the way, types and type strings are handled.
Check for and honour const in several places: Assignment to const is flagged
with an error. Const data is placed in the rodata segment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@252 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/compile.c
src/cc65/datatype.c
src/cc65/datatype.h
src/cc65/declare.c
src/cc65/declare.h
src/cc65/error.c
src/cc65/error.h
src/cc65/expr.c
src/cc65/locals.c
src/cc65/stmt.c
src/cc65/symtab.c