; Sunday June 7,1981 16:42 -*- Mode:Lisp; Package:User -*- ; This system definition is really only for Multics and PDP10 Maclisp. ; The system LOOP is pre-defined in Lispm LSB to dummy-system, the ; LSBLP pseudo-module being pre-loaded, as is loop. (define-system loop {(only-for Multics) (directory ">udd>Mathlab>LSB") (users-implicitly-need-files ">udd>Mathlab>LSB>loop" ">udd>Mathlab>LSB>lsblp") } {(except-for Multics) (directory lsb1) (users-implicitly-need-files ((lisp) loop) ((lsb1) lsblp)) } )