#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.dos,v 1.9 1992/05/29 00:06:11 mhwu Exp $
+$Id: site.scm.dos,v 1.10 1992/09/02 16:29:04 jinx Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(warn "call/cc: Invoking the C compiler:" args)
(warn "Segmentation fault (core dumped)"))
-;;; Dos specific:
-;;; Timer hook to get interrupt keys
-
-(in-package (->environment '(runtime interrupt-handler))
-
- (define (typeahead-timer-interrupt a b)
- ((ucode-primitive consume-typeahead))
- (timer-interrupt-handler a b))
-
- (let ((sv (vector-ref
- (get-fixed-objects-vector)
- (fixed-objects-vector-slot 'SYSTEM-INTERRUPT-VECTOR))))
- (vector-set! sv timer-slot typeahead-timer-interrupt))
-
-) ; End IN-PACKAGE
-
;;; Normalization of various directory structures.
(let ((add-directory-rewriting-rule!