mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):
Renamed from SCMWORD.
This commit is contained in:
parent
0bc908e7c4
commit
4d45e7b69a
5 changed files with 9 additions and 9 deletions
|
@ -2466,7 +2466,7 @@ tail:
|
|||
scm_putc ('*', port);
|
||||
for (i = 0; i < (SCM_LENGTH (exp)) / SCM_LONG_BIT; i++)
|
||||
{
|
||||
SCMWORD w = SCM_BITS (SCM_VELTS (exp)[i]);
|
||||
scm_bits_t w = SCM_BITS (SCM_VELTS (exp)[i]);
|
||||
for (j = SCM_LONG_BIT; j; j--)
|
||||
{
|
||||
scm_putc (w & 1 ? '1' : '0', port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue