From 88148f29833ed8aa8abf47a1fd476debf6928cea Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 24 Jul 1991 02:26:55 +0000 Subject: [PATCH] Fix typo in previous change. --- v7/src/microcode/const.h | 4 ++-- v8/src/microcode/const.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/const.h b/v7/src/microcode/const.h index 5fd187664..0004db6a6 100644 --- a/v7/src/microcode/const.h +++ b/v7/src/microcode/const.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/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" \ } diff --git a/v8/src/microcode/const.h b/v8/src/microcode/const.h index cc08ade8e..bcfab556a 100644 --- a/v8/src/microcode/const.h +++ b/v8/src/microcode/const.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/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" \ } -- 2.25.1