]> git.sur5r.net Git - cc65/commit
Fix a compiler crash that happens after a function definition with two or
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 22 Mar 2001 20:54:52 +0000 (20:54 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 22 Mar 2001 20:54:52 +0000 (20:54 +0000)
commit00706daa499fd3b48d75de3b2b99b90e9b2b862d
tree9e3c1fdcad34bb592439cf08e1285739d8e11146
parent787ca6a9dd43ffcd35bc6eed833903dce4fab1cb
Fix a compiler crash that happens after a function definition with two or
more identical parameter names. The input is of course wrong, but the
compiler shouldn't crash.

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