Ignore:
Timestamp:
Nov 15, 2006, 5:02:51 PM (18 years ago)
Author:
garonne
Message:

see C.L. 320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r20b1/source/cmt_parser.cxx

    r324 r325  
    70757075
    70767076    const Constituent::ConstituentVector& constituents =
    7077       Constituent::constituents ();
     7077    Constituent::constituents ();
    70787078
    70797079 
    70807080    /// Prepare the auto_imports states in a vector
    7081 
    70827081    cmt_vector<bool> base_auto_imports_states;
    70837082
     
    71237122         */
    71247123
    7125         if (constituent.type == Document) continue;
     7124        if (constituent.type == Document)
     7125        {
     7126                 continue;
     7127        }   
    71267128        if (constituent.imports.size () == 0)
    71277129          {
Note: See TracChangeset for help on using the changeset viewer.