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

Use cmucl.orig, not lisp.orig, on hp-ux.

parent d4c1cf9b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.19 1994/11/04 05:23:08 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.20 1995/02/16 22:41:02 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -300,7 +300,7 @@
#-hpux
(merge-pathnames *command-line-utility-name*
"path:")
#+hpux "library:lisp.orig")
#+hpux "library:cmucl.orig")
(env ext:*environment-list*))
"Load-foreign loads a list of C object files into a running Lisp. The files
argument should be a single file or a list of files. The files may be
......
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