From: Chris Hanson Date: Sun, 24 Jul 1994 21:49:00 +0000 (+0000) Subject: Add entry to trap system-call errors for the delete-directory X-Git-Tag: 20090517-FFI~7152 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c6cff6d2b4f8c9b98cd612f78e2f668ba44209cf;p=mit-scheme.git Add entry to trap system-call errors for the delete-directory primitive and convert them into file-operation errors. --- diff --git a/v7/src/runtime/uerror.scm b/v7/src/runtime/uerror.scm index 5c8050257..17f81a1ec 100644 --- a/v7/src/runtime/uerror.scm +++ b/v7/src/runtime/uerror.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: uerror.scm,v 14.39 1994/07/24 21:48:48 cph Exp $ +$Id: uerror.scm,v 14.40 1994/07/24 21:49:00 cph Exp $ -Copyright (c) 1988-93 Massachusetts Institute of Technology +Copyright (c) 1988-94 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and