Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/ObjectDecl.cc

    r9243a501 rd3b7937  
    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 : Wed May 04 12:11:56 2016
    13 // Update Count     : 30
     12// Last Modified On : Tue Sep 29 14:13:01 2015
     13// Update Count     : 18
    1414//
    1515
     
    5656
    5757        if ( init ) {
    58                 os << std::string(indent, ' ');
    5958                os << " with initializer ";
    6059                init->print( os, indent );
     
    6261
    6362        if ( bitfieldWidth ) {
    64                 os << std::string(indent, ' ');
    6563                os << " with bitfield width ";
    6664                bitfieldWidth->print( os );
     
    7169#if 0
    7270        if ( get_mangleName() != "") {
    73                 os << get_mangleName() << ": ";
    74         } else
     71                os << get_mangleName() << ": "; 
     72        } else 
    7573#endif
    7674        if ( get_name() != "" ) {
Note: See TracChangeset for help on using the changeset viewer.