Skip to content
Snippets Groups Projects
Commit 903e4c1e authored by rtoy's avatar rtoy
Browse files

Export GET-FP-OPERANDS on ppc.

parent f4e32cad
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.256 2007/03/21 19:47:09 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.257 2007/03/22 04:12:45 rtoy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1091,7 +1091,8 @@ ...@@ -1091,7 +1091,8 @@
#+ppc #+ppc
(:export "SIGCONTEXT-LR" (:export "SIGCONTEXT-LR"
"COMPATIBLE-FUNCTION-TYPES-P" "COMPATIBLE-FUNCTION-TYPES-P"
"FLOAT-INVALID-OP-1-BYTE") "FLOAT-INVALID-OP-1-BYTE"
"GET-FP-OPERANDS")
#+heap-overflow-check #+heap-overflow-check
(:export "DYNAMIC-SPACE-OVERFLOW-ERROR-TRAP" (:export "DYNAMIC-SPACE-OVERFLOW-ERROR-TRAP"
"DYNAMIC-SPACE-OVERFLOW-WARNING-TRAP") "DYNAMIC-SPACE-OVERFLOW-WARNING-TRAP")
......
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