Changes in src/SynTree/ObjectDecl.cc [bb8ea30:d3b7937]
- File:
-
- 1 edited
-
src/SynTree/ObjectDecl.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/ObjectDecl.cc
rbb8ea30 rd3b7937 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 : Fri May 13 13:20:17 201613 // Update Count : 3012 // Last Modified On : Tue Sep 29 14:13:01 2015 13 // Update Count : 18 14 14 // 15 15 … … 61 61 62 62 if ( bitfieldWidth ) { 63 os << std::string(indent, ' ');64 63 os << " with bitfield width "; 65 64 bitfieldWidth->print( os ); … … 70 69 #if 0 71 70 if ( get_mangleName() != "") { 72 os << get_mangleName() << ": "; 73 } else 71 os << get_mangleName() << ": "; 72 } else 74 73 #endif 75 74 if ( get_name() != "" ) {
Note:
See TracChangeset
for help on using the changeset viewer.