Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    r55d6e8de rf0ecf9b  
    10121012        }
    10131013
    1014         void CodeGenerator::postvisit( WithStmt * with ) {
    1015                 if ( ! genC ) {
    1016                         output << "with ( ";
    1017                         genCommaList( with->exprs.begin(), with->exprs.end() );
    1018                         output << " ) ";
    1019                 }
    1020                 with->stmt->accept( *visitor );
    1021         }
    10221014
    10231015        void CodeGenerator::postvisit( WhileStmt * whileStmt ) {
Note: See TracChangeset for help on using the changeset viewer.