diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:34:20 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:34:31 -0800 |
| commit | c9db20040e4830744d4f04ccbc26c03486dda754 (patch) | |
| tree | 476e2c0979f6b2b67f5ebf7ff78c773f4483b75c /compatibility | |
| parent | 171e9d674e4ae85e303c90679ad47bceda3b3810 (diff) | |
Fixed compatibility thing with NomsuCode::from
Diffstat (limited to 'compatibility')
| -rw-r--r-- | compatibility/4.10.12.7.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility/4.10.12.7.nom b/compatibility/4.10.12.7.nom index 40d6eac..56cdb1e 100644 --- a/compatibility/4.10.12.7.nom +++ b/compatibility/4.10.12.7.nom @@ -38,7 +38,7 @@ 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 (parse %text from %filename) to "4.10.12.7" as (..) - (%NomsuCode (%Source %filename 1 (size of %text))) parsed + (NomsuCode from (Source %filename 1 (size of %text)) %text) parsed 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 (..) |
