Changes in src/SynTree/Expression.cc [ac71a86:d9e2280]
- File:
-
- 1 edited
-
src/SynTree/Expression.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Expression.cc
rac71a86 rd9e2280 383 383 Expression( _aname ), function(_function), args(_args) {} 384 384 385 UntypedExpr::~UntypedExpr() { 386 delete function; 387 } 385 UntypedExpr::~UntypedExpr() {} 388 386 389 387 void UntypedExpr::print( std::ostream &os, int indent ) const {
Note:
See TracChangeset
for help on using the changeset viewer.