Branch: Tag:

2011-12-11

2011-12-11 18:56:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Type-checker: CALL_NOT_LAST_ARG gives a super-set for get_first_arg_type().

73:   #define PT_FLAG_MARK_ASSIGN 0x3ff3ff /* Assigns AND Markers. */      /* -  * new_check_call() and check_splice_call() flags +  * new_check_call(), check_splice_call() and get_first_arg_type() flags    */   #define CALL_STRICT 0x0001 /* Strict checking. */   #define CALL_NOT_LAST_ARG 0x0002 /* This is not the last argument. */