From de6b1a824bacfcbbbb2b42c13ebf6644c086669e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 24 Sep 1992 01:35:49 +0000 Subject: [PATCH] Change typing of procedure to match arguments that are normally passed to it. --- v7/src/microcode/primutl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v7/src/microcode/primutl.c b/v7/src/microcode/primutl.c index b0ad65f54..fd7c1a286 100644 --- a/v7/src/microcode/primutl.c +++ b/v7/src/microcode/primutl.c @@ -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) /* Externally visible utilities */ -extern SCHEME_OBJECT EXFUN (make_primitive, (unsigned char *)); - extern SCHEME_OBJECT EXFUN (find_primitive, (SCHEME_OBJECT, Boolean, Boolean, int)); -- 2.25.1