diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-29 14:57:22 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-29 14:57:56 -0800 |
| commit | efd743591e555e63dce7dd351e1e80bb38848669 (patch) | |
| tree | ae1d5d2e19288049a2773610b93a8df3cd981264 /compatibility/compatibility.nom | |
| parent | 09e571ffa67935f0ed29526768863f5338f91769 (diff) | |
Renamed append/concat_append to add/concat_add for Code objects.
Diffstat (limited to 'compatibility/compatibility.nom')
| -rw-r--r-- | compatibility/compatibility.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index 56a3b2c..3c8ee00 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -49,10 +49,10 @@ externally (upgrade action %stub to %version via %upgrade_fn) means: return (quote %t) unless ("\%lua" == ""): - %lua::append "\n" + %lua::add "\n" %retval = (make tree %body) - %lua::append (..) + %lua::add (..) Lua "\ ..upgrade_action_1_to_2_via(\(quote %action.stub), \(%version as lua expr), function(\(\%tree as lua id)) return \%retval |
