home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 2.2 KB | 11 lines | [TEXT/CCL2] |
- ;;; these structures deal with the compilation system and the unit cache.
-
- ;;; An entry in the unit cache:
-
- (define-struct ucache
- (slots
- (ufile (type string)) ; the name of the file containing the unit definition
- (cifile (type string)) ; the filename of the (compiled) interface file
- (sifile (type string)) ; the filename of the (uncompiled) interface file
- (cfile (type string)) ; the filename of the (compiled) output file
- (sfile (type string)) ; the filename of the (uncompiled) output