diff options
Diffstat (limited to 'transform.e')
| -rw-r--r-- | transform.e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/transform.e b/transform.e index fc88992..167089b 100644 --- a/transform.e +++ b/transform.e @@ -1359,6 +1359,7 @@ allocate-transformation-state s" transformation-state" variable { ~ It exists, so we declare our use of it (that's also the only way to ~ get a value for it). + ~ : provide-string-copy swap-transform-variables intern-label use-label swap-transform-variables @@ -1374,6 +1375,7 @@ allocate-transformation-state s" transformation-state" variable ~ ~ Fortunately we don't have to look at it, just append it to the log ~ and clean up. + ~ : 8 # (codeword pointer) offset-to-target-address-space , drop dropstring 0 exit } if |