]> git.sur5r.net Git - cc65/commit
Fixed handling of function definitions with an empty parameter list. According
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Aug 2008 15:30:03 +0000 (15:30 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Aug 2008 15:30:03 +0000 (15:30 +0000)
commitc76a8657b3324a7ce203665bbdc720a4f706bf48
treefc19d13d446805a190c0b5b148664a71f722b26f
parentaf9286852f818e7efdf3cb13741b927b504b6445
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
src/cc65/compile.c