]> git.sur5r.net Git - cc65/commit
Fix wrong check for typedef which caused non allocation of storage for structs
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Aug 2009 19:05:01 +0000 (19:05 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Aug 2009 19:05:01 +0000 (19:05 +0000)
commitd0c4f85e516604d86c61f6c5a457281ea50963e6
tree418641177ab787a6a6298075b86787d1e1c6f692
parent7ced0a2ceb04920b7f029bc6dea1501f0db69f50
Fix wrong check for typedef which caused non allocation of storage for structs
after the latest changes.

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