diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-10 16:04:13 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-10 16:04:13 -0700 |
| commit | c859eac2beb20889e162ca28f889cc02ac592266 (patch) | |
| tree | 6febf5d4f9d6a42d7f56e02dbdcdbad38868fc04 /compatibility/compatibility.nom | |
| parent | 43e6523fd42f736acfcd0c32d82246c262e07a1d (diff) | |
Fixed "A_" prefix.
Diffstat (limited to 'compatibility/compatibility.nom')
| -rw-r--r-- | compatibility/compatibility.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index b775172..7f186ea 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -55,7 +55,7 @@ compile [upgrade action %actions to %version as %body] to: %retval = (make tree %body) %lua::append (..) Lua ".." - A_upgrade_action_1_to_2_via_3(\(quote %action.stub), \(%version as lua expr), function(\(..) + upgrade_action_1_to_2_via_3(\(quote %action.stub), \(%version as lua expr), function(\(..) \%tree as lua id ..) \("__MANGLE_INDEX = (__MANGLE_INDEX or 0) + 1\n " if (%needs_mangle) else "")\ |
