Changes in src/SynTree/FunctionDecl.cc [d912bed:056bee8]
- File:
-
- 1 edited
-
src/SynTree/FunctionDecl.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
rd912bed r056bee8 87 87 } // if 88 88 89 if ( !withExprs.empty() ) { 90 os << indent << "... with clause" << std::endl; 91 os << indent + 1; 92 printAll( withExprs, os, indent + 1 ); 93 } 94 89 95 if ( statements ) { 90 96 os << indent << "... with body" << endl << indent+1;
Note:
See TracChangeset
for help on using the changeset viewer.