]> git.sur5r.net Git - cc65/commit
In a function call for all parameters not covered by a prototype, convert
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Aug 2004 16:39:55 +0000 (16:39 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Aug 2004 16:39:55 +0000 (16:39 +0000)
commit123677c80297579de9f7f41430d76ff4f15f1d15
tree741965a369a812e7af03b498e68d98287e15103f
parentdd9ee0ae37bb7bb0f3fdfad211d9a86f1d5d04ee
In a function call for all parameters not covered by a prototype, convert
arrays to pointer to first element, and functions to pointer to function.

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