diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-18 15:12:50 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-18 15:12:50 -0700 |
| commit | 31509055e11946ecc118ebbc6f72e458b17de918 (patch) | |
| tree | 88c56d9bb9500526ca1912f38117675d2dfccdbb /core.e | |
| parent | f7710d4de0626fb1ecbdfea2933198a494bfb77b (diff) | |
magic comments for a bunch more small stuff
especially in the label-transform output there's more to do, but there are additional magic-comment features that would be handy, so we're checking this in now so that those can be cleanly kept in their own CL Force-Push: yes Change-Id: I97a67caddc3f3150c349b7956c1d715db909d1a9
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core.e b/core.e index e181d4f..38ffd95 100644 --- a/core.e +++ b/core.e @@ -1222,7 +1222,7 @@ here ! ~ It's possible the padding will be of length zero, so we have to put the ~ magic comment provide-* command first. ~ : provide-decimal - ~ : 0 Alignment padding to width # + ~ : 0 (width # alignment padding) { 2dup /% drop { drop exit } unless swap 0 pack8 swap ~ : 1 adjust-length |