Add Band_Dump_Exit_Hook for butterflys.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 18 Jun 1987 19:18:57 +0000 (19:18 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 18 Jun 1987 19:18:57 +0000 (19:18 +0000)
v7/src/microcode/default.h

index 745ea61e3b195dffeebe31ba15a932ebb03c7a79..65f5b7c8ab7ff4a6e48b74baaed7d539804ffa2a 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/Attic/default.h,v 9.22 1987/04/16 02:20:58 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/default.h,v 9.23 1987/06/18 19:18:57 jinx Exp $
  *
  * This file contains default definitions for some hooks which 
  * various machines require.  These machines define these hooks
@@ -206,6 +206,10 @@ extern Pointer Swap_Temp;
 #define Band_Load_Hook()
 #endif
 
+#ifndef Band_Dump_Exit_Hook
+#define Band_Dump_Exit_Hook()
+#endif
+
 #ifndef Fasdump_Exit_Hook
 #define Fasdump_Exit_Hook()
 #endif