/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/comutl.c,v 1.17 1989/01/05 19:02:19 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/comutl.c,v 1.18 1989/01/30 13:04:03 cph Rel $
Copyright (c) 1987, 1988 Massachusetts Institute of Technology
CHECK_ARG (1, COMPILED_CODE_ADDRESS_P);
closure = (ARG_REF (1));
- compiled_entry_type (closure, (& entry_type));
+ compiled_entry_type (closure, (& (entry_type [0])));
if (! (((entry_type [0]) == 0) &&
(compiled_entry_manifest_closure_p (closure))))
error_bad_range_arg (1);
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.31 1988/10/27 05:22:28 cph Exp $
+/* $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 $
*
* Utilities to help with debugging
*/
extern long compiled_entry_to_block_offset ();
extern Pointer compiled_closure_to_entry ();
- compiled_entry_type (entry, (& results));
+ compiled_entry_type (entry, (& (results [0])));
if (((results [0]) == 0) && (compiled_entry_manifest_closure_p (entry)))
entry = (compiled_closure_to_entry (entry));
return (compiled_block_debug_filename (COMPILED_ENTRY_TO_BLOCK (entry)));
entry = Expr;
closure_p = false;
- compiled_entry_type (entry, (& results));
+ compiled_entry_type (entry, (& (results [0])));
switch (results [0])
{
case 0: