Changes in src/GenPoly/PolyMutator.cc [bfae637:aadc9a4]
- File:
-
- 1 edited
-
src/GenPoly/PolyMutator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/PolyMutator.cc
rbfae637 raadc9a4 27 27 } 28 28 29 PolyMutator::PolyMutator() : scopeTyVars( (TypeDecl::Kind)-1 ), env( 0 ) {} 29 PolyMutator::PolyMutator() : env( 0 ) { 30 } 30 31 31 32 void PolyMutator::mutateStatementList( std::list< Statement* > &statements ) {
Note:
See TracChangeset
for help on using the changeset viewer.