File:  [CSRG BSD Unix] / 43BSD / ucb / lisp / liszt / lversion.l
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

;; lversion.l
;;				-[Tue Nov 22 08:56:16 1983 by jkf]-
;;
;; this defines this symbols:
;;   this-liszt-version-built: ctime string which tells when this liszt
;;	was built.
;;   compiler-name: the banner printed out when liszt starts up

;; this file is not sccsed because it only contains version number
;; information.

(setq this-liszt-version-built (status ctime))

(setq compiler-name
   (concat "Liszt "
	   #.(cond ((status feature for-vax) "vax")
		   ((status feature for-68k) "68000")
		   (t "unknown machine"))
	   " version 8.39a"))

unix.superglobalmegacorp.com

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