From: Chris Hanson Date: Thu, 22 Jun 2000 03:48:49 +0000 (+0000) Subject: First cut at BinHex support. This just does the decoding, without X-Git-Tag: 20090517-FFI~3462 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ee2cda4175638052ecdeb9d89a531d7bf170a75d;p=mit-scheme.git First cut at BinHex support. This just does the decoding, without understanding the structure of the data stream. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 65b4edc0e..24379a4da 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.352 2000/06/22 03:48:20 cph Exp $ +$Id: runtime.pkg,v 14.353 2000/06/22 03:48:49 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -3644,9 +3644,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. encode-base64:finalize encode-base64:initialize encode-base64:update - encode-binhex40:finalize - encode-binhex40:initialize - encode-binhex40:update encode-quoted-printable:finalize encode-quoted-printable:initialize encode-quoted-printable:update)) \ No newline at end of file