1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00

Formatting tweak.

This commit is contained in:
Jim Blandy 1999-04-17 15:55:54 +00:00
parent 5e263dae19
commit 4640803949

View file

@ -773,9 +773,9 @@ gc_mark_nimp:
{
SCM alist;
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)
&& SCM_CONSP (alist)
&& !SCM_GCMARKP (alist)