Skip to content
Snippets Groups Projects
Commit 8fa2f83f authored by rtoy's avatar rtoy
Browse files

Export FUSED-MULTIPLY-ADD and FUSED-MULTIPLY-SUBTRACT for ppc to get

rid of a build warning.
parent 19739b96
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.257 2007/03/22 04:12:45 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.258 2007/08/02 01:20:32 rtoy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1092,7 +1092,9 @@ ...@@ -1092,7 +1092,9 @@
(: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") "GET-FP-OPERANDS"
"FUSED-MULTIPLY-ADD"
"FUSED-MULTIPLY-SUBTRACT")
#+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