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
No description provided
34 MiB
Languages
C 62.7%
Assembly 35.3%
Makefile 0.7%
PHP 0.6%
Perl 0.3%
Other 0.3%