From: Chris Hanson Date: Tue, 31 Jan 1995 23:00:47 +0000 (+0000) Subject: Eliminate end-of-file markers. X-Git-Tag: 20090517-FFI~6677 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=263206bd361fec484210f3ff90f416827d4fa78a;p=mit-scheme.git Eliminate end-of-file markers. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 314b47439..3d9072f80 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.242 1995/01/14 00:30:27 adams Exp $ +$Id: runtime.pkg,v 14.243 1995/01/31 23:00:47 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -1548,8 +1548,6 @@ MIT in each case. |# pathname-device pathname-directory pathname-end-of-line-string - pathname-end-of-file-marker/input - pathname-end-of-file-marker/output pathname-host pathname-name pathname-new-device diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 314b47439..3d9072f80 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.242 1995/01/14 00:30:27 adams Exp $ +$Id: runtime.pkg,v 14.243 1995/01/31 23:00:47 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -1548,8 +1548,6 @@ MIT in each case. |# pathname-device pathname-directory pathname-end-of-line-string - pathname-end-of-file-marker/input - pathname-end-of-file-marker/output pathname-host pathname-name pathname-new-device