diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:25:25 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:26:30 -0800 |
| commit | 5f38d73004f0fcf259acfa12d46feff4c6170273 (patch) | |
| tree | 28bcef232efeded6c2cdff15ab6542e056d23515 /compatibility | |
| parent | 9a75d25c843b03e3671b71384fd48deb0607db43 (diff) | |
Now preserving hex numbers with "0xF00" -> parse -> decompile ->
"0xF00", fix for (compile error at ...)
Diffstat (limited to 'compatibility')
| -rw-r--r-- | compatibility/4.10.12.7.nom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compatibility/4.10.12.7.nom b/compatibility/4.10.12.7.nom index c314b68..4c363ab 100644 --- a/compatibility/4.10.12.7.nom +++ b/compatibility/4.10.12.7.nom @@ -27,6 +27,8 @@ upgrade action (%k = %v for %i in %start to %stop via %step) to "4.10.12.7" as ( {:for %i in %start to %stop by %step: add %k = %v} upgrade action (% as lua statements) to "4.10.12.7" as (% as lua) +upgrade action (compile error at %pos %err hint %hint) to "4.10.12.7" as (..) + compile error at %pos %err %hint upgrade %tree to "4.10.12.7" as: if (%tree.type == "FileChunks"): |
