Changes in src/AST/Print.cpp [b26144d:98e8b3b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Print.cpp
rb26144d r98e8b3b 270 270 } 271 271 272 void preprint( const ast:: ReferenceToType * node ) {272 void preprint( const ast::BaseInstType * node ) { 273 273 print( node->forall ); 274 274 print( node->attributes );
Note:
See TracChangeset
for help on using the changeset viewer.