diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-08-28 05:28:35 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-08-28 20:12:35 -0700 |
| commit | 6e0227328154e18810d8dfa4489bf84c9c15cbf7 (patch) | |
| tree | cdc3454338b96cadbaec6a15533ecdb9c4b7b3a6 /evoke.e | |
| parent | 9eb7d0fabb2a786d2aa9f56244360afb381e7c18 (diff) | |
change the transforms to take their end delimiters as parameters
this will not be useful until read-to-buffer also does, but it's a step towards that Force-Push: yes Change-Id: Icf03088c9e52e427a5c130949e9ba85655d59044
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evoke.e b/evoke.e index 41b5d24..41c3687 100644 --- a/evoke.e +++ b/evoke.e @@ -23,8 +23,8 @@ s" source-to-precompile" variable elf-file-header elf-program-header output-cold-start - source-to-copy-to-log output-warm-start - source-to-precompile label-transform + source-to-copy-to-log s" pyrzqxgl" output-warm-start + source-to-precompile s" pyrzqxgl" label-transform ~ If we wanted words in the log to be able to call statically-linked ~ words, we could set this to something nonzero. We don't, so we leave it |