Changeset cf6604 in git for factory/cfCharSets.cc


Ignore:
Timestamp:
May 20, 2014, 10:54:55 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
1029c3ec0c425e4d125dbcea01941734336ca6dc
Parents:
7c2bdefaa572b42f1b4fd71b49c06cd73a08a63b
git-author:
Martin Lee <martinlee84@web.de>2014-05-20 22:54:55+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-21 15:06:58+02:00
Message:
chg: use only modCharSet instead of charSetViaModCharSet in factorization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    r7c2bdef rcf6604  
    401401}
    402402
     403CFList
     404modCharSet (const CFList& PS, bool removeContents)
     405{
     406  StoreFactors tmp;
     407  return modCharSet (PS, tmp, removeContents);
     408}
     409
    403410ListCFList
    404411charSeries (const CFList& L)
Note: See TracChangeset for help on using the changeset viewer.