From: Stephen Adams <edu/mit/csail/zurich/adams>
Date: Mon, 14 Jul 1997 19:38:35 +0000 (+0000)
Subject: Made previos chaneg work under 7.4 and 8.0
X-Git-Tag: 20090517-FFI~5067
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9689ec2d5c6d96f06146ca08d465a551fd9984b1;p=mit-scheme.git

Made previos chaneg work under 7.4 and 8.0
---

diff --git a/v7/src/microcode/wabbit.c b/v7/src/microcode/wabbit.c
index 88e8571c3..32e40190e 100644
--- a/v7/src/microcode/wabbit.c
+++ b/v7/src/microcode/wabbit.c
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: wabbit.c,v 1.5 1997/07/14 17:59:57 adams Exp $
+$Id: wabbit.c,v 1.6 1997/07/14 19:38:35 adams Exp $
 
 Copyright (c) 1994-96 Massachusetts Institute of Technology
 
@@ -933,6 +933,10 @@ DEFUN (kill_da_wabbit, (where, current_object),
 
 /* Alternate version of Fix_Weak_Chain that hunts wabbits. */
 
+#ifndef EMPTY_WEAK_CHAIN
+#define EMPTY_WEAK_CHAIN EMPTY_LIST
+#endif
+
 void
 DEFUN_VOID (fix_weak_chain_and_hunt_wabbits)
 {