Add mechanism to allow signalling an error with an arbitrary Scheme
authorChris Hanson <org/chris-hanson/cph>
Thu, 8 Mar 2001 17:15:49 +0000 (17:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 8 Mar 2001 17:15:49 +0000 (17:15 +0000)
object as an argument.

v7/src/microcode/utabmd.scm

index 2e770d248ae2e5f720c78d2777d21e7157f60ff2..5d3cb124802f1f6b27a7f017ba8daa070938b2fc 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: utabmd.scm,v 9.77 1999/01/02 06:06:43 cph Exp $
+;;; $Id: utabmd.scm,v 9.78 2001/03/08 17:15:49 cph Exp $
 ;;;
-;;; Copyright (c) 1987-1999 Massachusetts Institute of Technology
+;;; Copyright (c) 1987-2001 Massachusetts Institute of Technology
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
               UNASSIGNED-VARIABLE                      ;02
               UNDEFINED-PROCEDURE                      ;03
               SYSTEM-CALL                              ;04
-              #F                                       ;05
+              ERROR-WITH-ARGUMENT                      ;05
               BAD-FRAME                                ;06
               BROKEN-CVARIABLE                         ;07
               UNDEFINED-USER-TYPE                      ;08
 
 ;;; This identification string is saved by the system.
 
-"$Id: utabmd.scm,v 9.77 1999/01/02 06:06:43 cph Exp $"
+"$Id: utabmd.scm,v 9.78 2001/03/08 17:15:49 cph Exp $"