From e48a0e17ff174a7a27c155d36a2dc7fb6391efd8 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 16 Apr 1987 14:35:15 +0000 Subject: [PATCH] Declare external procedure Make_Prim_Exts. --- v7/src/microcode/bchdmp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/bchdmp.c b/v7/src/microcode/bchdmp.c index 6ad094312..7696af558 100644 --- a/v7/src/microcode/bchdmp.c +++ b/v7/src/microcode/bchdmp.c @@ -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/bchdmp.c,v 9.27 1987/04/16 02:06:33 jinx Exp $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdmp.c,v 9.28 1987/04/16 14:35:15 jinx Exp $ */ /* bchgcl, bchmmg, bchpur, and bchdmp can replace gcloop, memmag, purify, and fasdump, respectively, to provide garbage collection @@ -43,6 +43,8 @@ MIT in each case. */ #include "bchgcc.h" #include "dump.c" +extern Pointer Make_Prim_Exts(); + /* (PRIMITIVE-FASDUMP object-to-dump file-name flag) Not implemented yet. */ -- 2.25.1