From: Guillermo J. Rozas Date: Wed, 27 Apr 1988 01:09:19 +0000 (+0000) Subject: Remove RC_REPEAT_DISPATCH. X-Git-Tag: 20090517-FFI~12797 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=946fd26a0c935575e9eb2a8fc70d511d671df837;p=mit-scheme.git Remove RC_REPEAT_DISPATCH. --- diff --git a/v7/src/microcode/returns.h b/v7/src/microcode/returns.h index 4bfb6e722..8b3056017 100644 --- a/v7/src/microcode/returns.h +++ b/v7/src/microcode/returns.h @@ -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/returns.h,v 9.31 1988/03/12 16:07:42 jinx Rel $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/returns.h,v 9.32 1988/04/27 01:09:19 jinx Exp $ * * Return codes. These are placed in Return when an * interpreter operation needs to operate in several @@ -98,7 +98,7 @@ MIT in each case. */ #define RC_POP_RETURN_ERROR 0x40 #define RC_EVAL_ERROR 0x41 -#define RC_REPEAT_PRIMITIVE 0x42 +/* formerly #define RC_REPEAT_PRIMITIVE 0x42 */ #define RC_COMP_INTERRUPT_RESTART 0x43 /* formerly RC_COMP_RECURSION_GC 0x44 */ #define RC_RESTORE_INT_MASK 0x45 diff --git a/v8/src/microcode/returns.h b/v8/src/microcode/returns.h index 339f898b1..36f6487ab 100644 --- a/v8/src/microcode/returns.h +++ b/v8/src/microcode/returns.h @@ -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/v8/src/microcode/returns.h,v 9.31 1988/03/12 16:07:42 jinx Rel $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/returns.h,v 9.32 1988/04/27 01:09:19 jinx Exp $ * * Return codes. These are placed in Return when an * interpreter operation needs to operate in several @@ -98,7 +98,7 @@ MIT in each case. */ #define RC_POP_RETURN_ERROR 0x40 #define RC_EVAL_ERROR 0x41 -#define RC_REPEAT_PRIMITIVE 0x42 +/* formerly #define RC_REPEAT_PRIMITIVE 0x42 */ #define RC_COMP_INTERRUPT_RESTART 0x43 /* formerly RC_COMP_RECURSION_GC 0x44 */ #define RC_RESTORE_INT_MASK 0x45