diff options
author | Alexander Langer <alex@FreeBSD.org> | 2002-05-28 19:35:23 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2002-05-28 19:35:23 +0000 |
commit | 2b4934106b3909cef12c86d18ddde89f8fd03404 (patch) | |
tree | d16f469e7963237e6d4594e1f901e64d6d696e60 /shells/scsh/files/patch-ab | |
parent | Update to 0.28 (diff) |
Move this file to the "lang" category, since it is not an interactive
shell like all other shells in "shells".
Suggested by: nectar
Notes
Notes:
svn path=/head/; revision=60219
Diffstat (limited to 'shells/scsh/files/patch-ab')
-rw-r--r-- | shells/scsh/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/shells/scsh/files/patch-ab b/shells/scsh/files/patch-ab deleted file mode 100644 index cc0813630db1..000000000000 --- a/shells/scsh/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** scheme/env/command.scm.original Tue Nov 26 15:59:38 1996 ---- scheme/env/command.scm Tue Nov 26 15:59:46 1996 -*************** -*** 546,552 **** - ((char=? (string-ref line 0) #\n) #f) - (else (loop count))))))) - -! (define *y-or-n-eof-count* 100) - - (define (read-line port) - (let loop ((l '())) ---- 546,552 ---- - ((char=? (string-ref line 0) #\n) #f) - (else (loop count))))))) - -! (define *y-or-n-eof-count* 0) - - (define (read-line port) - (let loop ((l '())) |