Changes in src/GenPoly/Box.cc [de62360d:68cd1ce]
- File:
-
- 1 edited
-
src/GenPoly/Box.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
rde62360d r68cd1ce 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Jun 13 0 9:12:19201513 // Update Count : 412 // Last Modified On : Sat Jun 13 07:13:46 2015 13 // Update Count : 3 14 14 // 15 15 … … 524 524 adapterBody->get_kids().push_back( bodyStmt ); 525 525 std::string adapterName = makeAdapterName( mangleName ); 526 return new FunctionDecl( adapterName, DeclarationNode::NoStorageClass, LinkageSpec::C, adapterType, adapterBody, false , false);526 return new FunctionDecl( adapterName, DeclarationNode::NoStorageClass, LinkageSpec::C, adapterType, adapterBody, false ); 527 527 } 528 528
Note:
See TracChangeset
for help on using the changeset viewer.