Interpret function calls to type refs as type casts

This commit is contained in:
Randy Heit 2013-10-30 20:53:02 -05:00
commit 16fc9be411
4 changed files with 81 additions and 10 deletions

View file

@ -9,4 +9,6 @@ enum EZCCError
ERR_recursive_definition = 20004 | ZCCERR_ERROR,
ERR_not_a_member = 20005 | ZCCERR_ERROR,
ERR_bad_symbol = 20006 | ZCCERR_ERROR,
ERR_cast_needs_1_parm = 20007 | ZCCERR_ERROR,
ERR_cast_not_possible = 20008 | ZCCERR_ERROR,
};