diff --git a/compiler/x86/float.lisp b/compiler/x86/float.lisp
index 7e39eb96f3d85646b249f77a8ff6453a7960ef0d..e73daae0ea4982c5700fe696fb933153871f5b69 100644
--- a/compiler/x86/float.lisp
+++ b/compiler/x86/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.13 1997/11/07 17:05:53 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.14 1997/11/08 15:32:05 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -2561,8 +2561,7 @@
 #+complex-float
 (progn
 (eval-when (compile load eval)
-  (export '(make-complex-single-float make-complex-double-float
-	    complex-single-float-real complex-double-float-real
+  (export '(complex-single-float-real complex-double-float-real
 	    complex-single-float-imag complex-double-float-imag)))
 
 (define-vop (make-complex-float)