1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-04 21:33:30 +00:00
cuz f6768466be Fix several errors: The address operator on functions (resulting in a
pointer-to-function type) was not possible. It is redundant but allowed.
A cast with a function on the right side resulted in an internal compiler
error, since the implicit cast from function to pointer-to-function was
missing in this case.
An assignment of a function to a void pointer was not possible because the
same implicit conversion was missing.


git-svn-id: svn://svn.cc65.org/cc65/trunk@482 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-11-24 10:46:04 +00:00
2000-11-22 22:56:50 +00:00
2000-11-19 01:53:29 +00:00
2000-07-30 09:24:28 +00:00
2000-10-14 17:53:26 +00:00
Description
cc65 - a freeware C compiler for 6502 based systems
Zlib 406 MiB
Languages
C 62.5%
Assembly 35.5%
PHP 0.7%
Makefile 0.6%
Perl 0.3%
Other 0.3%