Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/ObjectDecl.cc

    rd3b7937 rbb8ea30  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // ObjectDecl.cc -- 
     7// ObjectDecl.cc --
    88//
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Tue Sep 29 14:13:01 2015
    13 // Update Count     : 18
     12// Last Modified On : Fri May 13 13:20:17 2016
     13// Update Count     : 30
    1414//
    1515
     
    6161
    6262        if ( bitfieldWidth ) {
     63                os << std::string(indent, ' ');
    6364                os << " with bitfield width ";
    6465                bitfieldWidth->print( os );
     
    6970#if 0
    7071        if ( get_mangleName() != "") {
    71                 os << get_mangleName() << ": "; 
    72         } else 
     72                os << get_mangleName() << ": ";
     73        } else
    7374#endif
    7475        if ( get_name() != "" ) {
Note: See TracChangeset for help on using the changeset viewer.