Don't print architecture name. Upcase "LIAR" to emphasize that it is
authorChris Hanson <org/chris-hanson/cph>
Thu, 2 Jan 2003 02:01:05 +0000 (02:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 2 Jan 2003 02:01:05 +0000 (02:01 +0000)
an acronym.

v7/src/compiler/base/make.scm

index 5d1a9137a31b15f6d53a894d02492a7f2fc185e2..6e4d2510f197aa3f22c3b94a3560b8a7f7b1038b 100644 (file)
@@ -1,8 +1,9 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.118 2002/11/20 19:45:47 cph Exp $
+$Id: make.scm,v 4.119 2003/01/02 02:01:05 cph Exp $
 
-Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
+Copyright (c) 1991,1992,1993,1994,1997 Massachusetts Institute of Technology
+Copyright (c) 1998,1999,2001,2002,2003 Massachusetts Institute of Technology
 
 This file is part of MIT Scheme.
 
@@ -27,6 +28,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 (declare (usual-integrations))
 
 (lambda (architecture-name)
+  architecture-name
   ((access with-directory-rewriting-rule
           (->environment '(RUNTIME COMPILER-INFO)))
    (working-directory-pathname)
@@ -36,4 +38,4 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
      (load-option 'HASH-TABLE)
      (load-option 'RB-TREE)
      (load-package-set "compiler")))
-  (add-identification! (string-append "Liar (" architecture-name ")") 4 115))
\ No newline at end of file
+  (add-identification! "LIAR" 4 115))
\ No newline at end of file