Search | Google it | Results 1 - 1 of 1 for fundef:STRICT_ASSIGN (0.00 seconds) |
346: #if FLT_EVAL_METHOD == 0 || __GNUC__ == 0 347: #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) 348: #else /* FLT_EVAL_METHOD == 0 || __GNUC__ == 0 */ 349: #define STRICT_ASSIGN(type, lval, rval) do { \ 350: volatile type __lval; \