diff options
author | Zack Weinberg <zackw@panix.com> | 2006-01-23 15:15:34 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2006-01-23 15:15:34 +0000 |
commit | 1fb49ce77b288e65cb4f0cd417c521cc89ec3f42 (patch) | |
tree | ba82f26baf1666af04f5b28cd471b1fea2affe86 /gcc/final.c | |
parent | 0458fe77b852f0dc55fd301376ff2a60c52b2ec4 (diff) | |
download | gcc-1fb49ce77b288e65cb4f0cd417c521cc89ec3f42.zip gcc-1fb49ce77b288e65cb4f0cd417c521cc89ec3f42.tar.gz gcc-1fb49ce77b288e65cb4f0cd417c521cc89ec3f42.tar.bz2 |
r110125@banpei: zack | 2006-01-22 14:46:46 -0800
r110125@banpei: zack | 2006-01-22 14:46:46 -0800
* genautomata.c: Include vec.h, not varray.h.
Delete vla_ptr_t, all of the VLA_PTR_ macros, and all of the
VLA_HWINT_ macros. Change vla_hwint_t to a typedef for
VEC(vect_el_t,heap) *. Convert all uses of VLA_* macros to
VEC_* macros operating on appropriately typed vectors, or to
malloced arrays when the size is known in advance. Const-ify
many char* variables and function arguments. No functional changes.
* Makefile.in (build/varray.o): Delete rule.
(build/genattrtab): Depend on build/vec.o instead of build/varray.o.
(build/genautomata.o): Depend on vec.h instead of $(VARRAY_H).
From-SVN: r110121
Diffstat (limited to 'gcc/final.c')
0 files changed, 0 insertions, 0 deletions