From e3f28e8a342fba9f53cf4d9abe09695a791887f1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 18 Apr 1989 04:14:55 +0000 Subject: [PATCH] *** empty log message *** --- v7/src/microcode/primutl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/microcode/primutl.c b/v7/src/microcode/primutl.c index 45a962904..b67574221 100644 --- a/v7/src/microcode/primutl.c +++ b/v7/src/microcode/primutl.c @@ -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/primutl.c,v 9.48 1989/04/18 04:09:26 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/primutl.c,v 9.49 1989/04/18 04:14:55 cph Exp $ * * This file contains the support routines for mapping primitive names * to numbers within the microcode. Primitives are written in C @@ -330,7 +330,6 @@ primitive_name(code) int code; { Pointer scheme_string; - extern Pointer string_to_symbol(); if (code <= MAX_PRIMITIVE) { -- 2.25.1