From 5d6e42ba384b846d03b06d8754bfd606dcc7a5ac Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 31 Oct 1994 04:27:28 +0000 Subject: [PATCH] Fix headed boilerplate. --- compiler/aliencomp.lisp | 4 +--- compiler/alloc.lisp | 4 +--- compiler/array-tran.lisp | 4 +--- compiler/backend.lisp | 4 +--- compiler/bit-util.lisp | 4 +--- compiler/byte-comp.lisp | 4 +--- compiler/checkgen.lisp | 4 +--- compiler/codegen.lisp | 4 +--- compiler/constraint.lisp | 4 +--- compiler/control.lisp | 4 +--- compiler/copyprop.lisp | 4 +--- compiler/ctype.lisp | 4 +--- compiler/debug-dump.lisp | 4 +--- compiler/debug.lisp | 4 +--- compiler/dfo.lisp | 4 +--- compiler/disassem.lisp | 6 ++---- compiler/dump.lisp | 4 +--- compiler/dyncount.lisp | 4 +--- compiler/entry.lisp | 4 +--- compiler/envanal.lisp | 4 +--- compiler/eval-comp.lisp | 4 +--- compiler/eval.lisp | 4 +--- compiler/float-tran.lisp | 4 +--- compiler/fndb.lisp | 4 +--- compiler/globaldb.lisp | 4 +--- compiler/gtn.lisp | 4 +--- compiler/ir1final.lisp | 4 +--- compiler/ir1opt.lisp | 4 +--- compiler/ir1tran.lisp | 4 +--- compiler/ir1util.lisp | 4 +--- compiler/ir2tran.lisp | 4 +--- compiler/knownfun.lisp | 4 +--- compiler/life.lisp | 4 +--- compiler/loadbackend.lisp | 4 +--- compiler/loadcom.lisp | 4 +--- compiler/locall.lisp | 4 +--- compiler/ltn.lisp | 4 +--- compiler/ltv.lisp | 4 +--- compiler/macros.lisp | 4 +--- compiler/main.lisp | 4 +--- compiler/meta-vmdef.lisp | 4 +--- compiler/new-assem.lisp | 4 +--- compiler/node.lisp | 4 +--- compiler/pack.lisp | 4 +--- compiler/proclaim.lisp | 4 +--- compiler/pseudo-vops.lisp | 4 +--- compiler/represent.lisp | 4 +--- compiler/saptran.lisp | 4 +--- compiler/seqtran.lisp | 4 +--- compiler/srctran.lisp | 4 +--- compiler/sset.lisp | 4 +--- compiler/stack.lisp | 4 +--- compiler/statcount.lisp | 6 ++---- compiler/tn.lisp | 4 +--- compiler/typetran.lisp | 4 +--- compiler/vmdef.lisp | 4 +--- compiler/vop.lisp | 4 +--- 57 files changed, 59 insertions(+), 173 deletions(-) diff --git a/compiler/aliencomp.lisp b/compiler/aliencomp.lisp index 8bd0360c6..955ecd7c9 100644 --- a/compiler/aliencomp.lisp +++ b/compiler/aliencomp.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/aliencomp.lisp,v 1.21 1992/03/22 23:47:05 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/aliencomp.lisp,v 1.22 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alloc.lisp b/compiler/alloc.lisp index d48d80746..29e54b0d9 100644 --- a/compiler/alloc.lisp +++ b/compiler/alloc.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.11 1993/08/12 17:31:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.12 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/array-tran.lisp b/compiler/array-tran.lisp index d1aeb1826..002610efd 100644 --- a/compiler/array-tran.lisp +++ b/compiler/array-tran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.17 1993/08/25 00:14:32 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.18 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/backend.lisp b/compiler/backend.lisp index 77a9632e2..35082383b 100644 --- a/compiler/backend.lisp +++ b/compiler/backend.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.27 1993/11/03 18:42:24 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.28 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/bit-util.lisp b/compiler/bit-util.lisp index 8067ba698..0b2ba1fd4 100644 --- a/compiler/bit-util.lisp +++ b/compiler/bit-util.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/bit-util.lisp,v 1.6 1993/08/25 00:14:43 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/bit-util.lisp,v 1.7 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp index bcba96178..d3c1ee09c 100644 --- a/compiler/byte-comp.lisp +++ b/compiler/byte-comp.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.24 1994/03/19 22:38:45 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/checkgen.lisp b/compiler/checkgen.lisp index 23895c8da..c8d7aec5b 100644 --- a/compiler/checkgen.lisp +++ b/compiler/checkgen.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/checkgen.lisp,v 1.23 1993/08/25 00:14:48 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/checkgen.lisp,v 1.24 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/codegen.lisp b/compiler/codegen.lisp index ab073603e..12074a328 100644 --- a/compiler/codegen.lisp +++ b/compiler/codegen.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.22 1993/06/10 02:21:47 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.23 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/constraint.lisp b/compiler/constraint.lisp index 67eb6283f..e75761d33 100644 --- a/compiler/constraint.lisp +++ b/compiler/constraint.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/constraint.lisp,v 1.14 1993/08/25 00:14:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/constraint.lisp,v 1.15 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/control.lisp b/compiler/control.lisp index ec7e7d322..a234671a6 100644 --- a/compiler/control.lisp +++ b/compiler/control.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/control.lisp,v 1.13 1993/08/25 00:14:57 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/control.lisp,v 1.14 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/copyprop.lisp b/compiler/copyprop.lisp index 70aea0dd6..f3ac7143a 100644 --- a/compiler/copyprop.lisp +++ b/compiler/copyprop.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/copyprop.lisp,v 1.7 1993/08/25 00:14:58 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/copyprop.lisp,v 1.8 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ctype.lisp b/compiler/ctype.lisp index c8b62b385..9b3f2c441 100644 --- a/compiler/ctype.lisp +++ b/compiler/ctype.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.31 1994/03/05 20:25:51 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.32 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/debug-dump.lisp b/compiler/debug-dump.lisp index 392648997..fea58f0a4 100644 --- a/compiler/debug-dump.lisp +++ b/compiler/debug-dump.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.40 1994/02/10 22:38:35 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.41 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/debug.lisp b/compiler/debug.lisp index d5e63628d..88c33aea2 100644 --- a/compiler/debug.lisp +++ b/compiler/debug.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.25 1993/08/19 23:11:05 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.26 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/dfo.lisp b/compiler/dfo.lisp index c9668b0a4..c37978b74 100644 --- a/compiler/dfo.lisp +++ b/compiler/dfo.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dfo.lisp,v 1.24 1992/09/29 17:58:48 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dfo.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/disassem.lisp b/compiler/disassem.lisp index 7710e5757..64b8d77c3 100644 --- a/compiler/disassem.lisp +++ b/compiler/disassem.lisp @@ -1,13 +1,11 @@ ;;; -*- Package: DISASSEM -*- ;;; ;;; ********************************************************************** -;;; This code was written for the use of the CMU Common Lisp project at +;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.24 1993/09/02 15:48:04 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/dump.lisp b/compiler/dump.lisp index 024ebd1c4..0c11b3671 100644 --- a/compiler/dump.lisp +++ b/compiler/dump.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.61 1993/09/04 23:24:51 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.62 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/dyncount.lisp b/compiler/dyncount.lisp index 299e432c5..f47b3d48e 100644 --- a/compiler/dyncount.lisp +++ b/compiler/dyncount.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dyncount.lisp,v 1.9 1993/08/06 13:10:12 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dyncount.lisp,v 1.10 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/entry.lisp b/compiler/entry.lisp index ef1d97e84..d3e118052 100644 --- a/compiler/entry.lisp +++ b/compiler/entry.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/entry.lisp,v 1.10 1993/08/25 00:15:16 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/entry.lisp,v 1.11 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp index 3340000bb..ad4f5b841 100644 --- a/compiler/envanal.lisp +++ b/compiler/envanal.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.25 1993/08/25 00:15:19 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.26 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp index d8605390d..998ef8b69 100644 --- a/compiler/eval-comp.lisp +++ b/compiler/eval-comp.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.26 1993/09/14 22:14:26 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.27 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/eval.lisp b/compiler/eval.lisp index 732d5c829..4d3ee4826 100644 --- a/compiler/eval.lisp +++ b/compiler/eval.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.27 1993/12/05 11:58:03 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.28 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp index af983cd07..14a90785f 100644 --- a/compiler/float-tran.lisp +++ b/compiler/float-tran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.22 1993/12/17 15:03:56 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.23 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 9efbde4e3..1af83392b 100644 --- a/compiler/fndb.lisp +++ b/compiler/fndb.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.65 1994/07/11 11:41:10 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.66 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/globaldb.lisp b/compiler/globaldb.lisp index 0f70b9841..fcb89c2ec 100644 --- a/compiler/globaldb.lisp +++ b/compiler/globaldb.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.32 1993/07/17 00:58:36 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.33 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/gtn.lisp b/compiler/gtn.lisp index eb71d09c2..de7c92845 100644 --- a/compiler/gtn.lisp +++ b/compiler/gtn.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.15 1994/08/23 17:49:59 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.16 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ir1final.lisp b/compiler/ir1final.lisp index 3e68bc60d..daaa4f4d1 100644 --- a/compiler/ir1final.lisp +++ b/compiler/ir1final.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1final.lisp,v 1.19 1993/08/17 16:23:35 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1final.lisp,v 1.20 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp index 7b62aeecd..9f2f75608 100644 --- a/compiler/ir1opt.lisp +++ b/compiler/ir1opt.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.64 1994/01/06 18:04:03 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.65 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp index f4f14ff91..b2f2a08a5 100644 --- a/compiler/ir1tran.lisp +++ b/compiler/ir1tran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.107 1994/09/29 19:26:52 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.108 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp index 73cfca785..13efe5d96 100644 --- a/compiler/ir1util.lisp +++ b/compiler/ir1util.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.76 1994/02/10 23:16:32 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.77 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp index 1b0a92345..dfaab4676 100644 --- a/compiler/ir2tran.lisp +++ b/compiler/ir2tran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.58 1994/02/12 09:39:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.59 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/knownfun.lisp b/compiler/knownfun.lisp index e0a566c26..145707f1c 100644 --- a/compiler/knownfun.lisp +++ b/compiler/knownfun.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/knownfun.lisp,v 1.20 1993/05/13 12:52:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/knownfun.lisp,v 1.21 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/life.lisp b/compiler/life.lisp index 3c5558688..d1388500f 100644 --- a/compiler/life.lisp +++ b/compiler/life.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/life.lisp,v 1.22 1993/08/25 00:15:59 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/life.lisp,v 1.23 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/loadbackend.lisp b/compiler/loadbackend.lisp index 06d6351c4..3fc91a166 100644 --- a/compiler/loadbackend.lisp +++ b/compiler/loadbackend.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.8 1993/01/13 18:26:44 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.9 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp index e84aa370e..d91bb374b 100644 --- a/compiler/loadcom.lisp +++ b/compiler/loadcom.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadcom.lisp,v 1.46 1993/08/19 12:43:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadcom.lisp,v 1.47 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/locall.lisp b/compiler/locall.lisp index 84942bb1b..28a955533 100644 --- a/compiler/locall.lisp +++ b/compiler/locall.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.45 1994/02/10 21:18:44 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.46 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ltn.lisp b/compiler/ltn.lisp index 0c2483048..73155773f 100644 --- a/compiler/ltn.lisp +++ b/compiler/ltn.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.36 1993/08/19 23:13:54 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.37 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/ltv.lisp b/compiler/ltv.lisp index e57d5923c..070101df8 100644 --- a/compiler/ltv.lisp +++ b/compiler/ltv.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltv.lisp,v 1.1 1991/11/25 12:09:36 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltv.lisp,v 1.2 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/macros.lisp b/compiler/macros.lisp index 7e4860f40..61250fc1f 100644 --- a/compiler/macros.lisp +++ b/compiler/macros.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.40 1993/08/25 00:16:09 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.41 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/main.lisp b/compiler/main.lisp index b68fbe268..de05e4c40 100644 --- a/compiler/main.lisp +++ b/compiler/main.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.106 1994/10/05 16:30:19 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.107 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/meta-vmdef.lisp b/compiler/meta-vmdef.lisp index 2cfebd23e..16f887537 100644 --- a/compiler/meta-vmdef.lisp +++ b/compiler/meta-vmdef.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/meta-vmdef.lisp,v 1.6 1993/08/25 00:16:15 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/meta-vmdef.lisp,v 1.7 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/new-assem.lisp b/compiler/new-assem.lisp index fdcfbbaa6..e4fb7c0ee 100644 --- a/compiler/new-assem.lisp +++ b/compiler/new-assem.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.24 1993/05/18 18:25:37 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/node.lisp b/compiler/node.lisp index b3a23aa8a..5926d519b 100644 --- a/compiler/node.lisp +++ b/compiler/node.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.33 1994/01/05 16:33:24 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.34 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/pack.lisp b/compiler/pack.lisp index 9c611c378..6bf0c9ad4 100644 --- a/compiler/pack.lisp +++ b/compiler/pack.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.52 1994/03/23 13:54:32 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.53 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/proclaim.lisp b/compiler/proclaim.lisp index 51c84b5b3..187f1d6ba 100644 --- a/compiler/proclaim.lisp +++ b/compiler/proclaim.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/proclaim.lisp,v 1.29 1993/09/10 19:09:22 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/proclaim.lisp,v 1.30 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/pseudo-vops.lisp b/compiler/pseudo-vops.lisp index f04298c37..ec3454480 100644 --- a/compiler/pseudo-vops.lisp +++ b/compiler/pseudo-vops.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.8 1993/08/25 00:16:28 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.9 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/represent.lisp b/compiler/represent.lisp index 94882b8dd..1dcd6e1cf 100644 --- a/compiler/represent.lisp +++ b/compiler/represent.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.33 1993/08/25 00:16:29 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.34 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/saptran.lisp b/compiler/saptran.lisp index 8f129b157..58886caef 100644 --- a/compiler/saptran.lisp +++ b/compiler/saptran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/saptran.lisp,v 1.4 1994/04/06 16:45:50 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/saptran.lisp,v 1.5 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/seqtran.lisp b/compiler/seqtran.lisp index cf1a849b5..50f1df4dc 100644 --- a/compiler/seqtran.lisp +++ b/compiler/seqtran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/seqtran.lisp,v 1.21 1993/08/25 00:16:32 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/seqtran.lisp,v 1.22 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/srctran.lisp b/compiler/srctran.lisp index 0ac14570b..214b568ca 100644 --- a/compiler/srctran.lisp +++ b/compiler/srctran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.44 1993/08/15 14:51:17 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.45 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sset.lisp b/compiler/sset.lisp index 018bf6ccc..853bdb325 100644 --- a/compiler/sset.lisp +++ b/compiler/sset.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sset.lisp,v 1.5 1993/08/25 00:16:36 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sset.lisp,v 1.6 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/stack.lisp b/compiler/stack.lisp index fd617aacb..bbbbae435 100644 --- a/compiler/stack.lisp +++ b/compiler/stack.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/stack.lisp,v 1.6 1993/08/25 00:16:37 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/stack.lisp,v 1.7 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/statcount.lisp b/compiler/statcount.lisp index 0fa9f3597..b4522f9b2 100644 --- a/compiler/statcount.lisp +++ b/compiler/statcount.lisp @@ -3,15 +3,13 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.5 1992/08/04 08:22:44 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.6 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.5 1992/08/04 08:22:44 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.6 1994/10/31 04:27:28 ram Rel $ ;;; ;;; Functions and utilities for collecting statistics on static vop usages. ;;; diff --git a/compiler/tn.lisp b/compiler/tn.lisp index 8fc1741f9..495012a14 100644 --- a/compiler/tn.lisp +++ b/compiler/tn.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/tn.lisp,v 1.19 1993/08/25 00:16:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/tn.lisp,v 1.20 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/typetran.lisp b/compiler/typetran.lisp index cf782de7d..4c6e2520a 100644 --- a/compiler/typetran.lisp +++ b/compiler/typetran.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.26 1993/11/30 18:02:54 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.27 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp index 5e512d27a..513313fe7 100644 --- a/compiler/vmdef.lisp +++ b/compiler/vmdef.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.48 1993/08/20 00:13:02 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.49 1994/10/31 04:27:28 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/vop.lisp b/compiler/vop.lisp index 653084b8f..df6e6aef0 100644 --- a/compiler/vop.lisp +++ b/compiler/vop.lisp @@ -3,11 +3,9 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact -;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.39 1993/08/12 20:21:46 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.40 1994/10/31 04:27:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; -- GitLab