mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
* boot-9.scm (%read-sharp): Don't recognize the `#!' syntax here;
that's now taken care of in libguile, and in a way compatible with SCSH (which this isn't).
This commit is contained in:
parent
f9c68a472c
commit
0464a0956f
1 changed files with 0 additions and 5 deletions
|
@ -993,11 +993,6 @@
|
|||
((#\c) (read:uniform-vector 0+i port))
|
||||
((#\0 #\1 #\2 #\3 #\4 #\5 #\6 #\7 #\8 #\9)
|
||||
(read:array c port))
|
||||
((#\!) (if (= 1 (port-line port)) ; (line-number))
|
||||
(let skip () (if (eq? #\newline (peek-char port))
|
||||
(read port #t read-sharp)
|
||||
(begin (read-char port) (skip))))
|
||||
(barf)))
|
||||
(else (barf))))
|
||||
|
||||
(define (read:array digit port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue