We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e32ede6 + cd1cef5 commit bf96d70Copy full SHA for bf96d70
lisp/l/array.l
@@ -206,7 +206,7 @@
206
(eval-when (load eval)
207
(set-dispatch-macro-character #\# #\A 'read-array)
208
(set-dispatch-macro-character #\# #\F 'read-float-array)
209
-;(set-dispatch-macro-character #\# #\I 'read-integer-array)
+(set-dispatch-macro-character #\# #\I 'read-integer-array)
210
)
211
212
;;;; floatvector and matrix
0 commit comments