diff --git a/code/defstruct.lisp b/code/defstruct.lisp
index 727af31f8e860cab75a20f8e28e3cbe15598d621..f618459882162b8789521ea02d3bb89e548195d3 100644
--- a/code/defstruct.lisp
+++ b/code/defstruct.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defstruct.lisp,v 1.46 1993/03/14 16:54:03 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defstruct.lisp,v 1.47 1993/03/15 00:11:58 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -268,7 +268,7 @@
   (let ((name (dd-name defstruct)))
     `(,@(let ((pf (dd-print-function defstruct)))
 	  (when pf
-	    `((setf (structure-class-print-function (find-class ',name))
+	    `((setf (basic-structure-class-print-function (find-class ',name))
 		    ,(if (symbolp pf)
 			 `',pf
 			 `#',pf)))))