Ignore:
Timestamp:
Nov 14, 2006, 2:00:25 PM (18 years ago)
Author:
garonne
Message:

See C.L 318

File:
1 edited

Legend:

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

    r11 r318  
    190190  cmt_string name;
    191191  Tag* tag;
    192 
    193   if (words.size () < 1) return;
     192 
     193    if (words.size () < 1) return;
    194194  name = words[1];
    195195  if (name == "") return;
     196 
     197  if (use->get_current_scope () == ScopePrivate) return;
    196198
    197199  Symbol::expand (name);
    198 
     200 
     201 
    199202  if (name == "")
    200203    {
     
    226229  name = words[1];
    227230  if (name == "") return;
     231  if (use->get_current_scope () == ScopePrivate) return;
    228232
    229233  tag = add (name, PriorityUserTag, "use", use);
Note: See TracChangeset for help on using the changeset viewer.