]> git.sur5r.net Git - cc65/commit
Fixed an error in the type comparison code. Function declarators were not
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Mar 2008 12:17:32 +0000 (12:17 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Mar 2008 12:17:32 +0000 (12:17 +0000)
commit46286ccffab316ee5abde1edd5d5b8202cffc6b4
treea8fb9c3af5caf88c73e9a638c427494d7cccb332
parente91764514561e2bc5066e19e2eb90ce2e6c50230
Fixed an error in the type comparison code. Function declarators were not
considered equal, if the functions defined different local structs.

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