Skip to content
Snippets Groups Projects
Commit 0886e883 authored by wlott's avatar wlott
Browse files

Cleaned up the header a bit.

parent d3110e45
No related branches found
No related tags found
No related merge requests found
......@@ -7,23 +7,15 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.38 1992/03/06 10:36:03 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.39 1992/03/06 10:46:02 wlott Exp $")
;;;
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.38 1992/03/06 10:36:03 wlott Exp $
;;;
;;; Description of the MIPS architecture.
;;;
;;; Written by William Lott
;;;
#|
(eval-when (compile load eval)
(unless (find-package "OLD-MIPS")
(rename-package (find-package "MIPS") "OLD-MIPS" '("VM"))))
|#
(in-package "MIPS")
(use-package "ASSEM")
(use-package "EXT")
......
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