Change typing of procedure to match arguments that are normally passed
authorChris Hanson <org/chris-hanson/cph>
Thu, 24 Sep 1992 01:35:49 +0000 (01:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 24 Sep 1992 01:35:49 +0000 (01:35 +0000)
to it.

v7/src/microcode/primutl.c

index b0ad65f548b1eb3fbe5f6ecc7d775e6e21be6fc1..fd7c1a286f36f0f3e1ec9039d739b43e9bea7958 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: primutl.c,v 9.58 1992/09/24 01:35:18 cph Exp $
+$Id: primutl.c,v 9.59 1992/09/24 01:35:49 cph Exp $
 
 Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
@@ -199,8 +199,6 @@ DEFUN (primitive_code_to_documentation, (number), long number)
 \f
 /* Externally visible utilities */
 
-extern SCHEME_OBJECT EXFUN (make_primitive, (unsigned char *));
-
 extern SCHEME_OBJECT EXFUN
   (find_primitive, (SCHEME_OBJECT, Boolean, Boolean, int));