Conditionalized EMPTY_LIST_VALUE code.
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 16 Jul 1997 02:37:41 +0000 (02:37 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 16 Jul 1997 02:37:41 +0000 (02:37 +0000)
v7/src/microcode/fasload.c

index 92a0baa616e1e7d75b0fa41b96696d152bc7af97..37218f593087f014a291b068b09fb69ae47487c1 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: fasload.c,v 9.82 1996/10/02 18:57:31 cph Exp $
+$Id: fasload.c,v 9.83 1997/07/16 02:37:41 adams Exp $
 
 Copyright (c) 1987-96 Massachusetts Institute of Technology
 
@@ -451,8 +451,10 @@ DEFUN (Relocate_Block, (Scan, Stop_At),
       case TC_BROKEN_HEART:
       case TC_MANIFEST_SPECIAL_NM_VECTOR:
       case_Fasload_Non_Pointer:
+#ifdef EMPTY_LIST_VALUE
        if (Temp == EMPTY_LIST_VALUE)
          * Scan = EMPTY_LIST;
+#endif
         Scan += 1;
        break;