From 12f39a56c83bab0a6440831580a173449419a6d8 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 18 Jun 1987 19:18:57 +0000 Subject: [PATCH] Add Band_Dump_Exit_Hook for butterflys. --- v7/src/microcode/default.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/default.h b/v7/src/microcode/default.h index 745ea61e3..65f5b7c8a 100644 --- a/v7/src/microcode/default.h +++ b/v7/src/microcode/default.h @@ -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 -- 2.25.1