Annotation of 42BSD/ucb/lisp/liszt/lversion.l, revision 1.1.1.1

1.1       root        1: ;; lversion.l
                      2: ;;                             -[Fri Aug 19 13:22:41 1983 by jkf]-
                      3: ;;
                      4: ;; this defines this symbols:
                      5: ;;   this-liszt-version-built: ctime string which tells when this liszt
                      6: ;;     was built.
                      7: ;;   compiler-name: the banner printed out when liszt starts up
                      8: 
                      9: ;; this file is not sccsed because it only contains version number
                     10: ;; information.
                     11: 
                     12: (setq this-liszt-version-built (status ctime))
                     13: 
                     14: (setq compiler-name
                     15:    (concat "Liszt "
                     16:           #.(cond ((status feature for-vax) "vax")
                     17:                   ((status feature for-68k) "68000")
                     18:                   (t "unknown machine"))
                     19:           " version 8.36"))

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.