Branch: Tag:

2022-02-18

2022-02-18 12:58:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Clean up handling of PT_FLAG_VOIDABLE.

167:      /*    * Flags used as flag_method to mk_type() +  * +  * Note that PT_FLAG_VOIDABLE is also valid.    */   #define PT_COPY_CAR 1   #define PT_COPY_CDR 2   #define PT_COPY_BOTH 3   #define PT_IS_MARKER 4 /* The node is a marker. */ -  + #define PT_COPY_MORE 8 /* Copy VOIDABLE too. */      /*    * new_check_call(), check_splice_call() and get_first_arg_type() flags