Remove RC_REPEAT_DISPATCH.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 27 Apr 1988 01:09:19 +0000 (01:09 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 27 Apr 1988 01:09:19 +0000 (01:09 +0000)
v7/src/microcode/returns.h
v8/src/microcode/returns.h

index 4bfb6e72263fbcf6a3b707d569f761a9d3fe4370..8b3056017d18493660f1eba49d842fdf9850b6ce 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/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
index 339f898b147cdd3aecaad169efdaaea4c09f2e72..36f6487abfd60d9b49f66cdc9aa00ba45df1dfa6 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/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