original commit: 32d0dd5f57a3040cdf13fd28504f2457f8ece7a0
This commit is contained in:
Eli Barzilay 2004-06-17 11:11:39 +00:00
parent 1a2eeadba7
commit 8343479846

View File

@ -620,7 +620,7 @@
(define* _cvector
(make-ctype _pointer cvector-ptr
(lambda (x)
(error '_vector
(error '_cvector
"cannot automatically convert a C pointer to a cvector"))))
(provide (rename allocate-cvector make-cvector))