From 5027bd4f0f2c6dcebf667a6924c50b0ca3df235f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 26 Nov 2018 16:28:06 -0800 Subject: Upgraded/autoformatted. --- compatibility/4.11.nom | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'compatibility/4.11.nom') diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom index 8021be3..5226895 100644 --- a/compatibility/4.11.nom +++ b/compatibility/4.11.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V4.11.12.8 +#!/usr/bin/env nomsu -V4.12.12.8 # This file defines upgrades from Nomsu <4.11 to Nomsu 4.11 (overhaul of function literals, deleting (if all of ...), etc. shorthand) @@ -45,8 +45,11 @@ upgrade action (line number of %pos in %text) to "4.11" as (..) # 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 ---) +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 (..) -- cgit v1.2.3