Skip to content
Snippets Groups Projects
Commit e22f3411 authored by wlott's avatar wlott
Browse files

Changed mach:: to unix::.

parent afcbeab4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.11 1991/10/22 16:41:22 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.12 1992/03/10 08:57:55 wlott Exp $
;;;
;;; This file contains some parameterizations of various VM attributes for the
;;; IBM RT. This file is separate from other stuff, so we can compile and
......@@ -196,8 +196,8 @@
;; Interrupt Handling
lisp::*pseudo-atomic-atomic*
lisp::*pseudo-atomic-interrupted*
mach::*interrupts-enabled*
mach::*interrupt-pending*
unix::*interrupts-enabled*
unix::*interrupt-pending*
lisp::*free-interrupt-context-index*
;; Static functions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment