Ignore:
Timestamp:
Nov 27, 2011, 4:36:15 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 465

File:
1 edited

Legend:

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

    r565 r588  
    19071907
    19081908  */
    1909 cmt_string Symbol::resolve_macro_value (const cmt_string& tag_name)
     1909cmt_string Symbol::resolve_macro_value (const cmt_string& tag_name) const
    19101910{
    19111911  cmt_string temp = builder->build (*this, tag_name);
     
    19331933      (action != action_build_constituents_config) &&
    19341934      (action != action_build_constituent_config) &&
     1935      (action != action_build_broadcast_config) &&
    19351936      (action != action_show_macros) &&
    19361937      (action != action_show_actions) &&
     
    19521953          (action == action_build_constituents_config) ||
    19531954          (action == action_build_constituent_config) ||
     1955          (action == action_build_broadcast_config) ||
    19541956          (action == action_load) ||
    19551957          (!Cmt::get_quiet ()))
     
    19731975      else if (action == action_build_tag_makefile ||
    19741976               action == action_build_constituents_config ||
    1975                action == action_build_constituent_config)
     1977               action == action_build_constituent_config ||
     1978               action == action_build_broadcast_config)
    19761979        {
    19771980            /*
     
    19972000          (action == action_build_constituents_config) ||
    19982001          (action == action_build_constituent_config) ||
     2002          (action == action_build_broadcast_config) ||
    19992003          (action == action_load) ||
    20002004          (!Cmt::get_quiet ()))
     
    32873291
    32883292//-------------------------------------------------------------
    3289 bool Symbol::check_tag_used (Tag* tag)
     3293bool Symbol::check_tag_used (const Tag* tag)
    32903294{
    32913295  if (tag == 0) return (false);
Note: See TracChangeset for help on using the changeset viewer.