Declare external procedure Make_Prim_Exts.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 16 Apr 1987 14:35:15 +0000 (14:35 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 16 Apr 1987 14:35:15 +0000 (14:35 +0000)
v7/src/microcode/bchdmp.c

index 6ad0943125e6f737ff3de868d8f6a7a1948fc450..7696af55812554b75bcf50604d749919d00cfc5e 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/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.
 */