Ignore:
Timestamp:
Jan 3, 2013, 5:50:17 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 498

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_generators.cxx

    r626 r627  
    27732773          if (constituent.need_check)
    27742774            {
     2775              if (constituent.group != 0 &&
     2776                  constituent.group->name () == "check")
     2777                m_ISCHECKGROUP = "is_check_group";
     2778              else
     2779                m_ISCHECKGROUP = "is_not_check_group";
     2780
    27752781              check_application_header_fragment.copy (m_output_file,
    2776                                                       constituent.variables, 3,
     2782                                                      constituent.variables, 4,
    27772783                                                      &m_PACKAGE,
    27782784                                                      &m_CONSTITUENT,
    2779                                                       &m_CONSTITUENTSUFFIX);
     2785                                                      &m_CONSTITUENTSUFFIX,
     2786                                                      &m_ISCHECKGROUP);
    27802787            }
    27812788        }
Note: See TracChangeset for help on using the changeset viewer.