Ignore:
Timestamp:
Apr 26, 2012, 9:51:00 AM (12 years ago)
Author:
rybkin
Message:

See C.L. 487

File:
1 edited

Legend:

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

    r611 r612  
    19431943      (action != action_show_macros) &&
    19441944      (action != action_show_actions) &&
     1945      (action != action_show_aliases) &&
    19451946      (action != action_show_sets))
    19461947    {
     
    19571958          (action == action_show_actions) ||
    19581959          (action == action_show_action) ||
     1960          (action == action_show_alias) ||
     1961          (action == action_show_aliases) ||
    19591962          (action == action_build_tag_makefile) ||
    19601963          (action == action_build_constituents_config) ||
     
    19761979      if ((action == action_show_macro_value) ||
    19771980          (action == action_show_set_value) ||
    1978           (action == action_show_action_value))
     1981          (action == action_show_action_value) ||
     1982          (action == action_show_alias_value))
    19791983        {
    19801984          expand (value);
     
    20042008          (action == action_show_actions) ||
    20052009          (action == action_show_action) ||
     2010          (action == action_show_alias) ||
     2011          (action == action_show_aliases) ||
    20062012          (action == action_build_tag_makefile) ||
    20072013          (action == action_build_constituents_config) ||
Note: See TracChangeset for help on using the changeset viewer.