]> git.sur5r.net Git - cc65/commit
Fixed a bug in the last change. For variables that have no initializer, no
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 26 Oct 2009 10:17:17 +0000 (10:17 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 26 Oct 2009 10:17:17 +0000 (10:17 +0000)
commit7687489a08d40295ed3401caaca2b40256668620
tree9d9f23c08e7c515094a1aef24775528da6017d58
parentf4b4a812edd2396e0ab009b84d5c65aaf3d951c0
Fixed a bug in the last change. For variables that have no initializer, no
storage was allocated if -Cl (static locals) was in effect.

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