]> git.sur5r.net Git - cc65/commit
Fixed an error: If an expression is loaded into the primary, a function must
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 28 Jul 2009 18:56:16 +0000 (18:56 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 28 Jul 2009 18:56:16 +0000 (18:56 +0000)
commit32348f57784f273a22be8f78885fd913f8ce5904
treee37a8363c8a3411cf4c5cc200709cd988496c199
parentdff0e864589aa8871b7b4e271813cb2ac3b5dedd
Fixed an error: If an expression is loaded into the primary, a function must
be converted to pointer-to-function and an array to pointer-to-member resp.

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