Changes in src/Tuples/TupleAssignment.cc [c54b0b4:a7c90d4]
- File:
-
- 1 edited
-
src/Tuples/TupleAssignment.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleAssignment.cc
rc54b0b4 ra7c90d4 199 199 Type * type = InitTweak::getPointerBase( castType ); 200 200 assert( type ); 201 type->get_qualifiers() -= Type::Qualifiers(true, true, true, false, true , false);201 type->get_qualifiers() -= Type::Qualifiers(true, true, true, false, true); 202 202 type->set_isLvalue( true ); // xxx - might not need this 203 203 expr = new CastExpr( expr, castType );
Note:
See TracChangeset
for help on using the changeset viewer.