Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 24 Jul 1991 02:26:55 +0000 (02:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Jul 1991 02:26:55 +0000 (02:26 +0000)
v7/src/microcode/const.h
v8/src/microcode/const.h

index 5fd187664af1e6834a35c8c39d41ca81f12f71e2..0004db6a60e246884576d9c1d4a27c7f662d1a50 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.38 1991/07/18 16:03:38 markf Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/const.h,v 9.39 1991/07/24 02:26:55 cph Exp $
  *
  * Named constants used throughout the interpreter
  *
@@ -140,7 +140,7 @@ MIT in each case. */
   /* -7 */     "POP-RETURN",                                           \
   /* -8 */     "TOUCH",                                                \
   /* -9 */     "APPLY-INTERRUPT",                                      \
-  /* -10 */    "REENTER"                                               \
+  /* -10 */    "REENTER",                                              \
   /* -11 */    "NO-TRAP-POP-RETURN"                                    \
 }
 
index cc08ade8e02546641baa9afad8694c52d990a938..bcfab556ac625141b9a5b5bcd476219d3da0c2c2 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.38 1991/07/18 16:03:38 markf Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/const.h,v 9.39 1991/07/24 02:26:55 cph Exp $
  *
  * Named constants used throughout the interpreter
  *
@@ -140,7 +140,7 @@ MIT in each case. */
   /* -7 */     "POP-RETURN",                                           \
   /* -8 */     "TOUCH",                                                \
   /* -9 */     "APPLY-INTERRUPT",                                      \
-  /* -10 */    "REENTER"                                               \
+  /* -10 */    "REENTER",                                              \
   /* -11 */    "NO-TRAP-POP-RETURN"                                    \
 }