2 * (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 * See the copyright notice in the ACK home directory, in the file "Copyright".
6 * Module: range checks for INTEGER, now for array indexing
7 * Author: Ceriel J.H. Jacobs
22 struct array_descr
*descr
;
24 if (indx
< 0 || indx
> descr
->n_elts_min_one
) TRP(EARRAY
);