]> git.sur5r.net Git - cc65/commit
Fixed an error: When determining where to place initialized data, the compiler
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 24 Mar 2012 14:28:59 +0000 (14:28 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 24 Mar 2012 14:28:59 +0000 (14:28 +0000)
commit724d1b9160398dd13d1e2cd9adfe87c7614b1b6b
tree583baf67b7350239125913a172d1500f14d7d5c0
parent515661e5f4ca75c9a40445d167cc4ebc9ba7bcf6
Fixed an error: When determining where to place initialized data, the compiler
didn't look "deep enough" into nested arrays to determine the constness
correctly.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5622 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/compile.c
src/cc65/datatype.c
src/cc65/datatype.h
src/cc65/locals.c