We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0587e commit f5eb747Copy full SHA for f5eb747
src/referrers-and-fixup.lisp
@@ -48,7 +48,7 @@
48
have seen so far, and a running count ref-id of assigned ids. Nominally
49
the array size is hinted at the start of restore, but the code allows it
50
to grow if needed."
51
- (vector (make-array nil) :type simple-vector)
+ (vector (make-array 0) :type simple-vector)
52
(ref-id 0 :type fixnum)) ;; ref-ids run from 1 to infinity; they are incf'ed from here
53
54
(declaim (inline check-reference))
0 commit comments