diff options
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core.e b/core.e index f605296..4394fd8 100644 --- a/core.e +++ b/core.e @@ -1224,8 +1224,7 @@ here ! : packalign ~ 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 #-- (alignment padding) { 2dup /% drop { drop exit } unless swap 0 pack8 swap ~ : 1 adjust-length |