Fix edit bug. MINIMUM_LENGTH must include the other fields!
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 24 May 1989 05:32:23 +0000 (05:32 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 24 May 1989 05:32:23 +0000 (05:32 +0000)
v7/src/microcode/const.h
v8/src/microcode/const.h

index ec1b4bcb159fdba2360d84193078f8dc24f8cf21..5bb3c9f7beebb66e91484cb93baef7bcf1ee0089 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/const.h,v 9.30 1989/03/27 23:14:42 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/const.h,v 9.31 1989/05/24 05:32:23 jinx Exp $
  *
  * Named constants used throughout the interpreter
  *
@@ -166,8 +166,8 @@ MIT in each case. */
 #define REGBLOCK_EXPR                  5
 #define REGBLOCK_RETURN                        6
 #define REGBLOCK_LEXPR_ACTUALS         7
-#define REGBLOCK_MINIMUM_LENGTH                8
-#define REGBLOCK_PRIMITIVE             9
+#define REGBLOCK_PRIMITIVE             8
+#define REGBLOCK_MINIMUM_LENGTH                9
 \f
 /* Codes specifying how to start scheme at boot time. */
 
index 42942f0e6acdf5f4bee97197a5127e343d638f74..64a9de960160906f8b2858bf930820e30411b02d 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/const.h,v 9.30 1989/03/27 23:14:42 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/const.h,v 9.31 1989/05/24 05:32:23 jinx Exp $
  *
  * Named constants used throughout the interpreter
  *
@@ -166,8 +166,8 @@ MIT in each case. */
 #define REGBLOCK_EXPR                  5
 #define REGBLOCK_RETURN                        6
 #define REGBLOCK_LEXPR_ACTUALS         7
-#define REGBLOCK_MINIMUM_LENGTH                8
-#define REGBLOCK_PRIMITIVE             9
+#define REGBLOCK_PRIMITIVE             8
+#define REGBLOCK_MINIMUM_LENGTH                9
 \f
 /* Codes specifying how to start scheme at boot time. */