aboutsummaryrefslogtreecommitdiff
path: root/compatibility/4.11.nom
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility/4.11.nom')
-rw-r--r--compatibility/4.11.nom5
1 files changed, 5 insertions, 0 deletions
diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom
index 71bf3ee..042da1e 100644
--- a/compatibility/4.11.nom
+++ b/compatibility/4.11.nom
@@ -38,6 +38,11 @@ upgrade action (line %n in %text) to "4.11" as (%text::line %n)
upgrade action (line number of %pos in %text) to "4.11" as (..)
%text::line number at %pos
+# Deduplicating goto labels:
+upgrade action [=== %label ===, *** %label ***] to "4.11" as (--- %label ---)
+upgrade action [===stop %label ===, ***stop %label ***] to "4.11" as (---stop %label ---)
+upgrade action [===next %label ===, ***next %label ***] to "4.11" as (---next %label ---)
+
# Deprecating shorthand functions:
upgrade action [if all of %items %body, if all of %items then %body] to "4.11" as (..)
if (all of %items) %body