Make_Prim_Exts does not need to be available to everyone.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 28 Oct 1987 21:57:38 +0000 (21:57 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 28 Oct 1987 21:57:38 +0000 (21:57 +0000)
v7/src/microcode/prim.h

index dd7b415d5fb3e619f3626aa51a9954058d03c6c9..6a7ac6d307f767ae0064006b7056e4c86125bb5c 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/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 $ */
 \f
 /*
    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 */