Fixed the last fix
git-svn-id: svn://svn.cc65.org/cc65/trunk@3171 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -436,7 +436,7 @@ static unsigned FunctionParamList (FuncDesc* Func)
|
|||||||
/* No prototype available. Convert array to "pointer to first
|
/* No prototype available. Convert array to "pointer to first
|
||||||
* element", and function to "pointer to function".
|
* element", and function to "pointer to function".
|
||||||
*/
|
*/
|
||||||
Param->Type = PtrConversion (Param->Type)
|
Expr.Type = PtrConversion (Expr.Type);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user