diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:44:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:44:46 -0800 |
| commit | f30413853063483147d941ffccc4b663b71bc943 (patch) | |
| tree | 31747b3d020a5d252e70910fdd741ecf27a58ef5 /compatibility/4.11.nom | |
| parent | a89d69e843ba83df928051005d02a932a9981f46 (diff) | |
Deduplicated goto label syntax (now just use (--- (label) ---))
Diffstat (limited to 'compatibility/4.11.nom')
| -rw-r--r-- | compatibility/4.11.nom | 5 |
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 |
