]> git.sur5r.net Git - cc65/commit
Fixed a bug. Function declarations where the type of the first parameter is
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Apr 2001 09:07:48 +0000 (09:07 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Apr 2001 09:07:48 +0000 (09:07 +0000)
commit72e27092d4dafd73cdb8b73003b59c0c63af2a95
treec15fa3e8b811b3849de89dc08a729cd81320bdb9
parenta6fa922b1046c344b148edf79c2c3fe866ba72e9
Fixed a bug. Function declarations where the type of the first parameter is
a typedef and the name of the parameter is omitted where parse as old style
(K&R) function declarations leading to errors.

git-svn-id: svn://svn.cc65.org/cc65/trunk@688 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/declare.c