svn: r16417
This commit is contained in:
parent
e273dae9b1
commit
40ed4c0e87
|
@ -19,8 +19,8 @@
|
||||||
(eq? (car g) 'planet))
|
(eq? (car g) 'planet))
|
||||||
(error "#lang planet disbled")
|
(error "#lang planet disbled")
|
||||||
(old g))))])
|
(old g))))])
|
||||||
;; FIXME: set the reader guard to disable access to
|
;; FIXME: do something so that we don't
|
||||||
;; untrusted planet packages.
|
;; have to disable all planet packages.
|
||||||
(read-language p (lambda () #f))))]
|
(read-language p (lambda () #f))))]
|
||||||
[sync-ports (lambda ()
|
[sync-ports (lambda ()
|
||||||
(read-bytes (- (file-position p) init) in))])
|
(read-bytes (- (file-position p) init) in))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user