Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    rd1fbc56e r0e6aba06  
    187187        : ParseNode( loc ), result( res ), env(), inferred() {}
    188188
     189        Expr * set_extension( bool ex ) { extension = ex; return this; }
    189190        virtual bool get_lvalue() const;
    190191
Note: See TracChangeset for help on using the changeset viewer.