summaryrefslogtreecommitdiff
path: root/.metaconf-exclusions.txt
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-23 17:22:34 +0100
committerAaron Crane <arc@cpan.org>2017-10-23 17:22:34 +0100
commit6c2ae6421675ba5ff81dd43f9167136f02dfe9d9 (patch)
treec21162b897f98f3bbc15814d0dee1cd620e9ca3d /.metaconf-exclusions.txt
parent0f00948681dc0ceca5f81f143dec277c5a598141 (diff)
downloadperl-6c2ae6421675ba5ff81dd43f9167136f02dfe9d9.tar.gz
RT#132347: fix building Tk
The Tk distribution has its own portability layer that expects to find certain settings in %Config, as well as some cpp symbols defined in perl.h. The recent Perl changes to require a C89 compiler caused some of the metaconfig units defining those %Config settings and cpp symbols to be omitted. This commit restores compatibility with Tk, by ensuring that the things it wants are available even though they are no longer provided by metaconfig.
Diffstat (limited to '.metaconf-exclusions.txt')
-rw-r--r--.metaconf-exclusions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/.metaconf-exclusions.txt b/.metaconf-exclusions.txt
index 84d6057d96..ce9e3d5658 100644
--- a/.metaconf-exclusions.txt
+++ b/.metaconf-exclusions.txt
@@ -20,6 +20,7 @@
# to be included, even before specific code using the relevant symbols has been
# written.
+I_LIMITS
I_STDARG
index
rindex