Ignore:
Timestamp:
Mar 14, 2025, 4:22:42 PM (7 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
3d9831b
Parents:
a21aaff
Message:

change name shareEdit to share

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/zombies/string-perf/prog-normalize.cfa

    ra21aaff r8c2723f  
    126126        foundPos = find(thing, magicChar);
    127127        if( foundPos == size_thing ) break;
    128         string mcOccur = thing(foundPos, foundPos+1)`shareEdits;
     128        string mcOccur = thing(foundPos, foundPos+1)`share;
    129129        mcOccur = "";
    130130    }
Note: See TracChangeset for help on using the changeset viewer.