Skip to content
Snippets Groups Projects
Commit 2bc81ca4 authored by rtoy's avatar rtoy
Browse files

Don't import CALLBACK-ACCESSOR-FORM and MAKE-CALLBACK-TRAMPOLINE from

the VM package into the ALIEN package.  There's no need and this
causes compilation warnings when cross-compiling.
parent 24898eb6
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/exports.lisp,v 1.281 2009/01/21 19:06:03 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.282 2009/04/13 13:50:50 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1853,7 +1853,6 @@
(defpackage "ALIEN"
(:import-from "LISP" "*" "ARRAY" "DOUBLE-FLOAT" "FUNCTION"
"BOOLEAN" "INTEGER" "LONG-FLOAT" "SINGLE-FLOAT" "UNION" "VALUES")
(:import-from "VM" "CALLBACK-ACCESSOR-FORM" "MAKE-CALLBACK-TRAMPOLINE")
(:export "*" "ADDR" "ALIEN" "ALIEN-FUNCALL" "ALIEN-SAP"
"ALIEN-SIZE" "ARRAY" "BOOLEAN" "CAST" "DEF-ALIEN-ROUTINE"
"DEF-ALIEN-TYPE" "DEF-ALIEN-VARIABLE" "DEF-BUILTIN-ALIEN-TYPE"
......
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