Add COMPILER-ERROR-RESTART.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Oct 1990 16:49:07 +0000 (16:49 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Oct 1990 16:49:07 +0000 (16:49 +0000)
v7/src/microcode/utabmd.scm
v8/src/microcode/utabmd.scm

index 407a1d5fe8f98351d9b47569722d9bd44b3d7c79..bdf9311a7e522249af380fa08ee9bde2d329ddcc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    Copyright (c) 1987, 1989 Massachusetts Institute of Technology
+;;;    Copyright (c) 1987, 1989, 1990 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -37,7 +37,7 @@
 
 ;;;; Machine Dependent Type Tables
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.51 1990/01/29 21:14:15 jinx Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.52 1990/10/03 16:49:07 jinx Exp $
 
 (declare (usual-integrations))
 
               COMPILER-LINK-CACHES-RESTART             ;5B
               HARDWARE-TRAP                            ;5C
               INTERNAL-APPLY-VAL                       ;5D
+              COMPILER-ERROR-RESTART                   ;5E
               ))
 \f
 ;;; [] Errors
 
 ;;; This identification string is saved by the system.
 
-"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.51 1990/01/29 21:14:15 jinx Exp $"
\ No newline at end of file
+"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.52 1990/10/03 16:49:07 jinx Exp $"
\ No newline at end of file
index df40b90fe3e1afc3dc6dab2dc144cd00a679fab9..511d8884e57a0ccdd4f0934be27c58b81778b1de 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    Copyright (c) 1987, 1989 Massachusetts Institute of Technology
+;;;    Copyright (c) 1987, 1989, 1990 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -37,7 +37,7 @@
 
 ;;;; Machine Dependent Type Tables
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.51 1990/01/29 21:14:15 jinx Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.52 1990/10/03 16:49:07 jinx Exp $
 
 (declare (usual-integrations))
 
               COMPILER-LINK-CACHES-RESTART             ;5B
               HARDWARE-TRAP                            ;5C
               INTERNAL-APPLY-VAL                       ;5D
+              COMPILER-ERROR-RESTART                   ;5E
               ))
 \f
 ;;; [] Errors
 
 ;;; This identification string is saved by the system.
 
-"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.51 1990/01/29 21:14:15 jinx Exp $"
\ No newline at end of file
+"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.52 1990/10/03 16:49:07 jinx Exp $"
\ No newline at end of file