Ignore:
Timestamp:
Nov 8, 2013, 10:58:54 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 513

File:
1 edited

Legend:

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

    r653 r654  
    393393
    394394
     395//----------------------------------------------------------
     396//
     397//   The static Cmt member
     398//
     399//----------------------------------------------------------
     400
     401CmtContext& Cmt::m_cmt_context = Me;
     402//CmtContext * Cmt::m_cmt_context = &Me;
    395403
    396404//----------------------------------------------------------
     
    498506
    499507//----------------------------------------------------------
     508/*
    500509bool Cmt::build_nmake ()
    501510{
    502511  return (Me.m_build_nmake);
    503512}
    504 
     513*/
    505514//----------------------------------------------------------
    506515void Cmt::build_OS9_makefile (const cmt_string& target)
     
    54055414
    54065415//----------------------------------------------------------
     5416/*
    54075417ActionType Cmt::get_action ()
    54085418{
    54095419  return (Me.m_action);
    54105420}
    5411 
     5421*/
    54125422/*
    54135423  const CmtSystem::cmt_string_vector& Cmt::get_cmt_path ()
     
    54265436  }
    54275437*/
    5428 
     5438 /*
    54295439const cmt_string& Cmt::get_cmt_home ()
    54305440{
     
    54465456  return (Me.m_current_dir);
    54475457}
    5448 
     5458*/
    54495459const cmt_string Cmt::get_current_dir_real ()
    54505460{
     
    54545464  return (Me.m_current_dir);
    54555465}
    5456 
     5466/*
    54575467const cmt_string& Cmt::get_current_package ()
    54585468{
    54595469  return (Me.m_current_package);
    54605470}
    5461 
     5471*/
    54625472const cmt_string& Cmt::get_current_path ()
    54635473{
     
    54745484  return (Me.m_current_offset);
    54755485}
    5476 
     5486/*
    54775487AccessMode Cmt::get_current_access ()
    54785488{
     
    54895499  return (Me.m_current_style);
    54905500}
    5491 
     5501*/
    54925502const cmt_string& Cmt::get_current_version ()
    54935503{
    54945504  return (Me.m_current_version);
    54955505}
    5496 
     5506/*
    54975507const cmt_string& Cmt::get_current_target ()
    54985508{
    54995509  return (Me.m_current_target);
    55005510}
    5501 
     5511*/
     5512/*
    55025513const CmtSystem::cmt_string_vector& Cmt::get_tags_remove ()
    55035514{
    55045515  return (Me.m_tags_remove);
    55055516}
    5506 
     5517*/
     5518 /*
    55075519bool Cmt::get_debug ()
    55085520{
     
    55295541  return (Me.m_recursive);
    55305542}
    5531 
     5543 */
    55325544CmtScopeFilteringMode Cmt::get_scope_filtering_mode ()
    55335545{
     
    55435555
    55445556//----------------------------------------------------------
     5557/*
    55455558bool Cmt::get_all_sets_done ()
    55465559{
    55475560  return (Me.m_all_sets_done);
    55485561}
    5549 
     5562*/
    55505563//----------------------------------------------------------
    55515564void Cmt::get_cmt_flags (CmtSystem::cmt_string_vector& flags)
     
    1008410097
    1008510098//----------------------------------------------------------
     10099/*
    1008610100void Cmt::set_current_access (AccessMode mode)
    1008710101{
     
    1010010114  Me.m_scope_filtering_mode = mode;
    1010110115}
    10102 
     10116*/
    1010310117//----------------------------------------------------------
    1010410118void Cmt::set_standard_macros ()
     
    1024410258  builder.fill_for_constituent_macros ();
    1024510259}
    10246 
     10260/*
    1024710261void Cmt::set_all_sets_done ()
    1024810262{
     
    1025410268  Me.m_all_sets_done = false;
    1025510269}
    10256 
     10270*/
    1025710271//----------------------------------------------------------
    1025810272void Cmt::use_cmt ()
Note: See TracChangeset for help on using the changeset viewer.