From f8d5f475f2b905457ac8f2c3d28e7be830688a00 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Mon, 14 Jul 1997 17:59:57 +0000 Subject: [PATCH] Use EMPTY_WEAK_CHAIN for weak pair chain instead of EMPTY_LIST. --- v7/src/microcode/wabbit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/wabbit.c b/v7/src/microcode/wabbit.c index b232cdf5e..88e8571c3 100644 --- a/v7/src/microcode/wabbit.c +++ b/v7/src/microcode/wabbit.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: wabbit.c,v 1.4 1996/10/02 18:59:11 cph Exp $ +$Id: wabbit.c,v 1.5 1997/07/14 17:59:57 adams Exp $ Copyright (c) 1994-96 Massachusetts Institute of Technology @@ -941,7 +941,7 @@ DEFUN_VOID (fix_weak_chain_and_hunt_wabbits) this_object, * old_space_addr, * low_heap; low_heap = Constant_Top; - while (Weak_Chain != EMPTY_LIST) + while (Weak_Chain != EMPTY_WEAK_CHAIN) { old_weak_pair = (OBJECT_ADDRESS (Weak_Chain)); scan = (OBJECT_ADDRESS (*old_weak_pair++)); -- 2.25.1