Skip to content
Snippets Groups Projects
Commit 13701b92 authored by ram's avatar ram
Browse files

Set up herald to display the version.

parent de18844e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.62 1992/05/18 17:55:53 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.63 1992/05/25 21:37:48 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -46,6 +46,11 @@
"Whether or not to use the byte-compiler. Can be T, NIL, or :MAYBE")
(defvar compiler-version "1.0")
(pushnew :python *features*)
(setf (getf ext:*herald-items* :python)
`(" Python " ,compiler-version ", target "
,#'(lambda (stream)
(write-string (backend-version *backend*) stream))))
(defvar *check-consistency* nil)
(defvar *all-components*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment