Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r3d9d017 reb779d5  
    6060    virtual const ast::Stmt *             visit( const ast::MutexStmt            * ) = 0;
    6161    virtual const ast::Stmt *             visit( const ast::CorunStmt            * ) = 0;
    62     virtual const ast::Stmt *             visit( const ast::CoforStmt            * ) = 0;
    6362    virtual const ast::Expr *             visit( const ast::ApplicationExpr      * ) = 0;
    6463    virtual const ast::Expr *             visit( const ast::UntypedExpr          * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.