Add missing extern declaration.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 24 May 1989 05:33:24 +0000 (05:33 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 24 May 1989 05:33:24 +0000 (05:33 +0000)
v7/src/microcode/debug.c

index 70a74c9395dd3b0e45bff0acad191b4298a74ade..0a3220335e80e9500780c9f81db980077de2adf9 100644 (file)
@@ -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))))