;;; -*- Mode:LISP; Package:USER; Base:10; Readtable:ZL -*- #| Pointers to FALCON system definition files. These pointers mean that MAKE-SYSTEM will load the following files if they change: SYS:SITE;FALCON.TRANSLATIONS FALCON:K;FALCON-SYSDEF.LISP |# ;;;Load translations file: (fs:make-logical-pathname-host "FALCON") ;;;Load defsystem file: (si:set-system-source-file "FALCON" "FALCON:K;FALCON-SYSDEF.LISP")