Changes for sony mips.
authorChris Hanson <org/chris-hanson/cph>
Thu, 20 Jun 1991 18:13:00 +0000 (18:13 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 20 Jun 1991 18:13:00 +0000 (18:13 +0000)
v7/src/microcode/gcloop.c

index 0932b7341fd48c7fbbc510ae888cc691ad01dcad..7ce7f83cc5db68c83a1ffba1a0c385c9962c2843 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/gcloop.c,v 9.35 1991/05/05 00:45:55 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/gcloop.c,v 9.36 1991/06/20 18:13:00 cph Exp $
  *
  * This file contains the code for the most primitive part
  * of garbage collection.
@@ -55,12 +55,6 @@ extern SCHEME_OBJECT *GCLoop();
   GC_Pointer(Setup_Pointer(true, Extra_Code));                         \
 }
 \f
-#ifdef ENABLE_DEBUGGING_TOOLS
-#ifndef ENABLE_GC_DEBUGGING_TOOLS
-#define ENABLE_GC_DEBUGGING_TOOLS
-#endif
-#endif
-
 #ifdef ENABLE_GC_DEBUGGING_TOOLS
 
 #ifndef GC_SCAN_HISTORY_SIZE
@@ -104,6 +98,7 @@ static int gc_scan_history_index;
       (To == gc_free_trap))                                            \
   {                                                                    \
     fprintf(stderr, "\nGCLoop: trap.\n");                              \
+    abort ();                                                          \
   }                                                                    \
 }