Changes in src/GenPoly/Box.cc [de62360d:f6d7e0f]
- File:
-
- 1 edited
-
src/GenPoly/Box.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
rde62360d rf6d7e0f 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jun 13 09:12:19201513 // Update Count : 411 // Last Modified By : Rob Schluntz 12 // Last Modified On : Wed Jun 24 16:19:07 2015 13 // Update Count : 10 14 14 // 15 15 … … 366 366 } else { 367 367 ObjectDecl *newObj = new ObjectDecl( tempNamer.newName(), DeclarationNode::NoStorageClass, LinkageSpec::C, 0, arg->get_results().front()->clone(), 0 ); 368 newObj->get_type()->get_qualifiers() = Type::Qualifiers(); 368 newObj->get_type()->get_qualifiers() = Type::Qualifiers(); // TODO: is this right??? 369 369 stmtsToAdd.push_back( new DeclStmt( noLabels, newObj ) ); 370 370 UntypedExpr *assign = new UntypedExpr( new NameExpr( "?=?" ) );
Note:
See TracChangeset
for help on using the changeset viewer.