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:
parent
5e263dae19
commit
4640803949
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue