(derives_compute): Do not subtract NTOKENS from
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:50:32 +0000 (04:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:50:32 +0000 (04:50 +0000)
commit69cecfeb3856a95f13a50829607f98bef646a413
tree9d286c9ae553884bb8b6220709c193e1d811da95
parent1dd15b6ea60d170ea443f8c1756052cb4ea33c14
(derives_compute): Do not subtract NTOKENS from
the pointer DSET returned by malloc; this isn't portable.
Instead, always use DSET[i - NTOKENS] rather than DSET[i].
Similarly for DERIVES.

(derives_compute): Do not bother invoking
int_of_rule_number, since rule numbers are integers.

All uses of XCALLOC, XMALLOC, and XREALLOC changed to use new macros
CALLOC, MALLOC, REALLOC.  All uses of XFREE changed to free.
src/derives.c