summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-04 08:01:31 -0700
committerKarl Williamson <khw@cpan.org>2020-12-06 13:57:11 -0700
commitbc113a9f23ba6ec568379797d3ba5382c941e062 (patch)
tree4ccaaf31f588d164f0e8e57a8d81dd3943cab6c1 /win32
parent1442da54429bca166af716cb981dc150644ad203 (diff)
downloadperl-bc113a9f23ba6ec568379797d3ba5382c941e062.tar.gz
Not all Win32 compilers have a small macro buffer
Commit e7ae132ec78 consolidated PERL_SMALL_MACRO_BUFFER usages, but it omitted the _MSC_VER number at which the buffer became large enough. Apparently it did this because Windows compilations were failing with the error "string too long", which doesn't happen if __ASSERT_ expands to nothing, which it does under PERL_SMALL_MACRO_BUFFER. However, commits 92a0bb2 and 88086fd shortened the offending strings so later Windows compilers don't have to be considered as having small macro buffers.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions