aboutsummaryrefslogtreecommitdiff
path: root/compatibility/4.8.10.nom
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility/4.8.10.nom')
-rw-r--r--compatibility/4.8.10.nom6
1 files changed, 5 insertions, 1 deletions
diff --git a/compatibility/4.8.10.nom b/compatibility/4.8.10.nom
index 7ea95b0..c0c17dc 100644
--- a/compatibility/4.8.10.nom
+++ b/compatibility/4.8.10.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V4.8.10.6
+#!/usr/bin/env nomsu -V4.10.12.7
#
This file defines upgrades from Nomsu <4.8.10 to 4.8.10 (renaming "action" -> "means")
use "compatibility/compatibility.nom"
@@ -15,6 +15,7 @@ upgrade action "local action" to "4.8.10" via (..)
return \(%spec.1 means %body)
..else:
return \(%spec all mean %body)
+
else:
return \(%spec means %body)
@@ -29,6 +30,7 @@ upgrade action "action" to "4.8.10" via (..)
return \(externally %spec.1 means %body)
..else:
return \(externally %spec all mean %body)
+
else:
return \(externally %spec means %body)
..else:
@@ -44,6 +46,7 @@ upgrade action "compile 1 to" to "4.8.10" via (..)
return \(%spec.1 compiles to %body)
..else:
return \(%spec all compile to %body)
+
else:
return \(%spec compiles to %body)
@@ -57,6 +60,7 @@ upgrade action "parse 1 as" to "4.8.10" via (..)
return \(%spec.1 parses as %body)
..else:
return \(%spec all parse as %body)
+
else:
return \(%spec parse as %body)