;;; -*- Mode:LISP; Package:USER; Base:10; Readtable:ZL -*- #| Pointers to K system definition files. These pointers mean that MAKE-SYSTEM will load the following files if they change: SYS:SITE;K.TRANSLATIONS K-SYS:K;SYSTEM.LISP Commented out the LOAD below and inserted the rest. -Keith 9/13/88 (load "jb:k;system") |# ;;;Load translations file: (fs:make-logical-pathname-host "K") ;;;Load defsystem file: (si:set-system-source-file "K" "K-SYS:K;SYSTEM.LISP")