Skip to content
Snippets Groups Projects
Commit 16acb0ce authored by rtoy's avatar rtoy
Browse files

%MAKE-SYMBOL actually takes a fixnum hash value.

parent 56808b64
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/compiler/generic/objdef.lisp,v 1.54 2004/05/18 01:14:04 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.55 2004/05/18 02:28:33 rtoy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -467,7 +467,7 @@ ...@@ -467,7 +467,7 @@
;;;; Symbols ;;;; Symbols
#+(or gengc sparc x86) #+(or gengc sparc x86)
(defknown %make-symbol (index simple-string) symbol (defknown %make-symbol (fixnum simple-string) symbol
(flushable movable)) (flushable movable))
#+(or gengc sparc x86) #+(or gengc sparc x86)
......
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