Skip to content
Snippets Groups Projects
Commit 229460c0 authored by wlott's avatar wlott
Browse files

Fixed pmax package.

parent d661bccf
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.104 1994/10/31 04:11:27 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.105 1995/02/17 00:04:24 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
(rename-package "EVAL" "EVAL" 'nil) (rename-package "EVAL" "EVAL" 'nil)
(make-package "EVAL" :nicknames 'nil :use nil)) (make-package "EVAL" :nicknames 'nil :use nil))
#+pmax #+pmax
(if (find-package "MIPS") (if (find-package "PMAX")
(rename-package "MIPS" "MIPS" '("VM" "OLD-MIPS")) (rename-package "PMAX" "PMAX" '("VM" "OLD-PMAX"))
(make-package "MIPS" :nicknames '("VM" "OLD-MIPS") :use nil)) (make-package "PMAX" :nicknames '("VM" "OLD-PMAX") :use nil))
#+sparc #+sparc
(if (find-package "SPARC") (if (find-package "SPARC")
(rename-package "SPARC" "SPARC" '("VM" "OLD-SPARC")) (rename-package "SPARC" "SPARC" '("VM" "OLD-SPARC"))
......
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