aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.cxx
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-21 23:04:57 +0000
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-21 23:04:57 +0000
commit7ccb74055fd37f22de83e4fbe42c146b6dd5656d (patch)
tree81bf75571aaab38c773bfb9b473466ea95ef1feb /src/Style.cxx
parent26df8def5e3ad506c514a42262d98584011d5446 (diff)
downloadscintilla-mirror-7ccb74055fd37f22de83e4fbe42c146b6dd5656d.tar.gz
support NetBSD on ARMv6sciteco-rel-5-5-4
* LineVector<T> is only instantiated for Sci::Position. It instantiates Partitioning<T> as well and Partitioning<T>::InsertPartitions() is called with a Sci::Position. This only couldn't cause problems if ptrdiff_t aliases to int. In either case, I don't see why we need LineVector<int> at all. * We need RunStyles<ptrdiff_t> as well since ptrdiff_t is long int and we instantiate only RunStyles<int>. Both types have the same storage size but are still different. See also this discussion about the same workaround for Haiku: https://groups.google.com/g/scintilla-interest/c/xPXquJUIXo8/m/BLXBpTTgBwAJ
Diffstat (limited to 'src/Style.cxx')
0 files changed, 0 insertions, 0 deletions