Skip to content
Snippets Groups Projects
Commit 1f0844d2 authored by ram's avatar ram
Browse files

Fix make-type-load-form to use its argument.

parent e41632c0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.8 1993/09/01 00:15:32 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.9 1993/09/01 10:24:16 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -318,7 +318,7 @@
;;; Just dump it as a specifier, and convert it back upon loading.
;;;
(defun make-type-load-form (type)
`(specifier-type ',(type-specifier s)))
`(specifier-type ',(type-specifier type)))
;;;; Utilities:
......
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