From 063f723b271376318acb7b63184af943c360a34f Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 28 Oct 1987 21:57:38 +0000 Subject: [PATCH] Make_Prim_Exts does not need to be available to everyone. --- v7/src/microcode/prim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/prim.h b/v7/src/microcode/prim.h index dd7b415d5..6a7ac6d30 100644 --- a/v7/src/microcode/prim.h +++ b/v7/src/microcode/prim.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/prim.h,v 9.36 1987/04/16 02:27:34 jinx Rel $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/prim.h,v 9.37 1987/10/28 21:57:38 jinx Rel $ */ /* Primitive declarations. @@ -49,7 +49,7 @@ extern int External_Arity_Table[]; extern char *External_Name_Table[]; extern long MAX_EXTERNAL_PRIMITIVE; -extern Pointer Undefined_Externals, Make_Prim_Exts(); +extern Pointer Undefined_Externals; /* Utility macros */ -- 2.25.1