From: Chris Hanson Date: Fri, 16 Jun 1989 09:37:49 +0000 (+0000) Subject: Delete export of `Find_Symbol', which has been deleted. X-Git-Tag: 20090517-FFI~12006 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=eb117c814d7a8f4c590fd3e2613765a88de9afe5;p=mit-scheme.git Delete export of `Find_Symbol', which has been deleted. --- diff --git a/v7/src/microcode/extern.h b/v7/src/microcode/extern.h index 41ab326bf..5cd63d027 100644 --- a/v7/src/microcode/extern.h +++ b/v7/src/microcode/extern.h @@ -1,6 +1,6 @@ /* -*-C-*- -Copyright (c) 1987, 1988 Massachusetts Institute of Technology +Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -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/extern.h,v 9.30 1988/08/15 20:45:47 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/extern.h,v 9.31 1989/06/16 09:37:49 cph Rel $ * * External declarations. * @@ -186,7 +186,7 @@ extern Pointer *Make_Dummy_History(), Find_State_Space(); /* Debugging utilities */ extern void Back_Trace(), Handle_Debug_Flags(), - Find_Symbol(), Show_Env(), Show_Pure(), + Show_Env(), Show_Pure(), Print_Return(), Print_Expression(), Print_Primitive(); /* Conditional utilities */