]> git.sur5r.net Git - cc65/commit
Fixed a bug that caused problems locating the last parameter of a function
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Aug 2003 17:05:18 +0000 (17:05 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Aug 2003 17:05:18 +0000 (17:05 +0000)
commit73dfa23c987d8a7f1154801b85c171f9e01dcd58
tree35f4dadbbd939a66c17e3f973acd4cc04cff8dee
parent9a34fdb41e0a3905f8aa0262dbda778ff5140709
Fixed a bug that caused problems locating the last parameter of a function

git-svn-id: svn://svn.cc65.org/cc65/trunk@2259 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/codeinfo.c
src/cc65/declare.c
src/cc65/expr.c
src/cc65/funcdesc.c
src/cc65/funcdesc.h
src/cc65/function.c