From 3ac2ff6cb7ab511e54801e89f58e6578470c6eb8 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 23 Feb 1993 20:19:14 +0000 Subject: [PATCH] Bug when checking in the last version. --- v7/src/microcode/boot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/microcode/boot.c b/v7/src/microcode/boot.c index 6b1d7a33a..013158b9b 100644 --- a/v7/src/microcode/boot.c +++ b/v7/src/microcode/boot.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: boot.c,v 9.76 1993/02/23 02:38:48 gjr Exp $ +$Id: boot.c,v 9.77 1993/02/23 20:19:14 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -389,7 +389,6 @@ DEFUN (Start_Scheme, (Start_Prim, File_Name), Enter_Interpreter (); } -extern void EXFUN (Interpret, (Boolean)); extern SCHEME_OBJECT EXFUN (Re_Enter_Interpreter, (void)); static void -- 2.25.1