diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-26 16:28:06 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-26 16:28:06 -0800 |
| commit | 5027bd4f0f2c6dcebf667a6924c50b0ca3df235f (patch) | |
| tree | da3ed710dcbfc065a24ac3ab0c8b4917a22b6991 /compatibility/4.11.nom | |
| parent | 8e5f1b9e1e912f781738a564843e024b0e0b2e96 (diff) | |
Upgraded/autoformatted.
Diffstat (limited to 'compatibility/4.11.nom')
| -rw-r--r-- | compatibility/4.11.nom | 9 |
1 files changed, 6 insertions, 3 deletions
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 (..) |
