aboutsummaryrefslogtreecommitdiff
path: root/compatibility/4.10.12.7.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-14 16:30:17 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-14 16:32:11 -0800
commit9fceff7e785bb234971b443809eef3da9051c598 (patch)
tree4ed1193c95d07a2f88ab5bd71c1ac2e491f82e6e /compatibility/4.10.12.7.nom
parent5eb1b276adef1ec0755f170380f5b67bb465cee2 (diff)
Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} and
added some shebangs.
Diffstat (limited to 'compatibility/4.10.12.7.nom')
-rw-r--r--compatibility/4.10.12.7.nom3
1 files changed, 1 insertions, 2 deletions
diff --git a/compatibility/4.10.12.7.nom b/compatibility/4.10.12.7.nom
index e88b5be..c241898 100644
--- a/compatibility/4.10.12.7.nom
+++ b/compatibility/4.10.12.7.nom
@@ -77,8 +77,7 @@ upgrade $tree to "4.10.12.7" as:
$chunk2.($j - $i + 1) = $first_chunk.$j
$new_tree =
- SyntaxTree
- {.source = $tree.source, .type = "FileChunks", .1 = $chunk1, .2 = $chunk2}
+ SyntaxTree {.source = $tree.source, .type = "FileChunks"} $chunk1 $chunk2
for $i in 2 to (size of $tree):
$new_tree.($i + 1) = $tree.$i