0.7.1.32:
[sbcl.git] / src / code / early-array.lisp
index 808cfef..8e6ea61 100644 (file)
   #!+sb-doc
   "the exclusive upper bound on the rank of an array")
 
-(defconstant sb!xc:array-dimension-limit sb!vm:*target-most-positive-fixnum*
+(defconstant sb!xc:array-dimension-limit sb!xc:most-positive-fixnum
   #!+sb-doc
   "the exclusive upper bound on any given dimension of an array")
 
-(defconstant sb!xc:array-total-size-limit sb!vm:*target-most-positive-fixnum*
+(defconstant sb!xc:array-total-size-limit sb!xc:most-positive-fixnum
   #!+sb-doc
   "the exclusive upper bound on the total number of elements in an array")