Changes in src/SynTree/ObjectDecl.cc [d3b7937:bb8ea30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/ObjectDecl.cc
rd3b7937 rbb8ea30 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ObjectDecl.cc -- 7 // ObjectDecl.cc -- 8 8 // 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Tue Sep 29 14:13:01 201513 // Update Count : 1812 // Last Modified On : Fri May 13 13:20:17 2016 13 // Update Count : 30 14 14 // 15 15 … … 61 61 62 62 if ( bitfieldWidth ) { 63 os << std::string(indent, ' '); 63 64 os << " with bitfield width "; 64 65 bitfieldWidth->print( os ); … … 69 70 #if 0 70 71 if ( get_mangleName() != "") { 71 os << get_mangleName() << ": "; 72 } else 72 os << get_mangleName() << ": "; 73 } else 73 74 #endif 74 75 if ( get_name() != "" ) {
Note:
See TracChangeset
for help on using the changeset viewer.