Ignore:
Timestamp:
Oct 15, 2009, 12:46:33 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 410

File:
1 edited

Legend:

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

    r459 r523  
    10371037      {
    10381038        strategy = "SetupCleanup";
     1039      }
     1040    else if (value == "scripts")
     1041      {
     1042        strategy = "SetupScripts";
     1043      }
     1044    else if (value == "no_scripts")
     1045      {
     1046        strategy = "SetupScripts";
    10391047      }
    10401048    else
Note: See TracChangeset for help on using the changeset viewer.