Branch: Tag:

2013-12-12

2013-12-12 19:52:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Support type markers in string types.

Ensure that expanded type markers in strings don't
contain non-integer types.

70:      #define PT_FLAG_MARK_ASSIGN 0x3ff3ff /* Assigns AND Markers. */    + #define PT_FLAG_INT_ONLY 0x1000000 /* Filter non-integers. */ +    /*    * new_check_call(), check_splice_call() and get_first_arg_type() flags    */