mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 16:20:19 +02:00
Formatting tweak.
This commit is contained in:
parent
5e263dae19
commit
4640803949
1 changed files with 3 additions and 3 deletions
|
@ -773,9 +773,9 @@ gc_mark_nimp:
|
||||||
{
|
{
|
||||||
SCM alist;
|
SCM alist;
|
||||||
alist = SCM_VELTS (ptr)[x];
|
alist = SCM_VELTS (ptr)[x];
|
||||||
/* mark everything on the alist
|
|
||||||
* except the keys or values, according to weak_values and weak_keys.
|
/* mark everything on the alist except the keys or
|
||||||
*/
|
* values, according to weak_values and weak_keys. */
|
||||||
while ( SCM_NIMP (alist)
|
while ( SCM_NIMP (alist)
|
||||||
&& SCM_CONSP (alist)
|
&& SCM_CONSP (alist)
|
||||||
&& !SCM_GCMARKP (alist)
|
&& !SCM_GCMARKP (alist)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue