Changes in src/SynTree/FunctionDecl.cc [056bee8:d912bed]
- File:
-
- 1 edited
-
src/SynTree/FunctionDecl.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
r056bee8 rd912bed 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 95 89 if ( statements ) { 96 90 os << indent << "... with body" << endl << indent+1;
Note:
See TracChangeset
for help on using the changeset viewer.