From 853844cc0577c559d17d98c5e4bf2f6ef8191f6c Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Sun, 24 Aug 2014 02:02:43 +0200 Subject: [PATCH] Added note on environment mapping. --- lib/master.pike.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/master.pike.in b/lib/master.pike.in index aa5fc2f8da..fd07c9a4eb 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -226,6 +226,7 @@ protected class Pike_7_2_master // compat_environment_copy is used to keep track of any changes // performed destructively on the compat_environment mapping. // Both should be zero if not in use. + // Removed in Pike 7.8. protected mapping(string:array(string)) compat_environment; protected mapping(string:array(string)) compat_environment_copy; -- GitLab