supports the `select' system Call.
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.183 1993/07/01 23:07:57 cph Exp $
+$Id: runtime.pkg,v 14.184 1993/07/07 20:01:39 gjr Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
port-error-test)
(export (runtime x-graphics)
have-select?)
+ (export (runtime thread)
+ have-select?)
(initialization (initialize-package!)))
(define-package (runtime program-copier)
#| -*-Scheme-*-
-$Id: thread.scm,v 1.15 1993/07/01 23:08:04 cph Exp $
+$Id: thread.scm,v 1.16 1993/07/07 20:01:27 gjr Exp $
Copyright (c) 1991-1993 Massachusetts Institute of Technology
next)
(define (initialize-input-blocking)
- (set! input-registry (make-select-registry))
+ (set! input-registry (and have-select? (make-select-registry)))
(set! input-registrations #f)
unspecific)
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.183 1993/07/01 23:07:57 cph Exp $
+$Id: runtime.pkg,v 14.184 1993/07/07 20:01:39 gjr Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
port-error-test)
(export (runtime x-graphics)
have-select?)
+ (export (runtime thread)
+ have-select?)
(initialization (initialize-package!)))
(define-package (runtime program-copier)