Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cpp

    r59c8dff rca9d65e  
    15801580        ast::Expr const * postvisit( ast::OffsetPackExpr const * expr );
    15811581
    1582         ast::Expr const * postvisit( ast::EnumPosExpr const * expr );
    1583 
    15841582        void beginScope();
    15851583        void endScope();
     
    19521950
    19531951        return new ast::VariableExpr( expr->location, offsetArray );
    1954 }
    1955 
    1956 // TODO
    1957 ast::Expr const * PolyGenericCalculator::postvisit( ast::EnumPosExpr const * expr ) {
    1958         return expr;
    19591952}
    19601953
Note: See TracChangeset for help on using the changeset viewer.