Skip to content
Snippets Groups Projects
Commit 78246d64 authored by wlott's avatar wlott
Browse files

Forgot to change extern-alien-info to heap-alien-info.

parent 227b8792
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/compiler/globaldb.lisp,v 1.20 1992/02/14 23:47:07 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.21 1992/02/15 12:07:02 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1065,7 +1065,7 @@
(values (symbol-value name) t)
(values nil nil)))
(define-info-type variable alien-info (or extern-alien-info null) nil)
(define-info-type variable alien-info (or heap-alien-info null) nil)
(define-info-type variable documentation (or string null) nil)
......
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