diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-20 11:16:45 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-20 11:16:45 -0700 |
| commit | 170f925a23e0c54a97dde4c8294898549424d332 (patch) | |
| tree | 61a709dc36aee14e9357f64a2e9d36e1c0add399 /core.e | |
| parent | 4370f257141fee85adf0a2a3e76b7881cb1b8e7a (diff) | |
add a special word for magic-comment tab stops
Force-Push: yes Change-Id: I7ba182f5939aa3b5d280fb48673e2cc74d72e8ea
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 1d7d7bb..f605296 100644 --- a/core.e +++ b/core.e @@ -1225,7 +1225,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 (width # alignment padding) + ~ : 0 #-- (width # alignment padding) { 2dup /% drop { drop exit } unless swap 0 pack8 swap ~ : 1 adjust-length |