Fix typo in error name. This would have been caught by type-checking
authorChris Hanson <org/chris-hanson/cph>
Fri, 22 Feb 1991 21:03:07 +0000 (21:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 22 Feb 1991 21:03:07 +0000 (21:03 +0000)
in compiled code.

v7/src/runtime/uerror.scm

index dde89cf80a4d8943d26139c5cab1487543faf503..967c8dfc093e698c2585b83be943119dbe87ff77 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.18 1991/02/15 18:07:21 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.19 1991/02/22 21:03:07 cph Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -543,7 +543,7 @@ MIT in each case. |#
       (write-operator (access-condition condition 'OPERATOR) port)
       (write-string " is not implemented for this operating system." port))))
 
-(define-primitive-error 'UNDEFINED-PRIMITIVE
+(define-primitive-error 'UNDEFINED-PRIMITIVE-OPERATION
   condition-type:unimplemented-primitive-for-os)
 
 (set! condition-type:compiled-code-error