From aa4d0ce7fd09de3a359d7122df60c8d7e48e2ecc Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 24 May 1989 05:33:24 +0000 Subject: [PATCH] Add missing extern declaration. --- v7/src/microcode/debug.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/debug.c b/v7/src/microcode/debug.c index 70a74c939..0a3220335 100644 --- a/v7/src/microcode/debug.c +++ b/v7/src/microcode/debug.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/debug.c,v 9.32 1989/01/30 13:03:22 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/debug.c,v 9.33 1989/05/24 05:33:24 jinx Rel $ * * Utilities to help with debugging */ @@ -62,6 +62,8 @@ compiled_block_debug_filename (block) : SHARP_F); } +extern Pointer *compiled_entry_to_block_address(); + #define COMPILED_ENTRY_TO_BLOCK(entry) \ (Make_Pointer (TC_COMPILED_CODE_BLOCK, \ (compiled_entry_to_block_address (entry)))) -- 2.25.1