1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-04 06:29:41 +00:00
uz c76a8657b3 Fixed handling of function definitions with an empty parameter list. According
to the standard, an empty parameter list in a function declarator that is not
a definition means that the function may have any number of parameters. In a
function definition, it means that there are no parameters (as if the function
were declared with a "void" parameter list).


git-svn-id: svn://svn.cc65.org/cc65/trunk@3865 b7a2c559-68d2-44c3-8de9-860c34a00d81
2008-08-03 15:30:03 +00:00
2008-07-01 21:05:28 +00:00
2007-06-21 20:42:16 +00:00
2008-07-21 18:42:46 +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%