From: Guillermo J. Rozas Date: Thu, 16 Apr 1987 14:35:15 +0000 (+0000) Subject: Declare external procedure Make_Prim_Exts. X-Git-Tag: 20090517-FFI~13626 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e48a0e17ff174a7a27c155d36a2dc7fb6391efd8;p=mit-scheme.git Declare external procedure Make_Prim_Exts. --- 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. */