]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/genautomata.c
r110125@banpei: zack | 2006-01-22 14:46:46 -0800
authorZack Weinberg <zackw@panix.com>
Mon, 23 Jan 2006 15:15:34 +0000 (15:15 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 23 Jan 2006 15:15:34 +0000 (15:15 +0000)
commit1fb49ce77b288e65cb4f0cd417c521cc89ec3f42
treeba82f26baf1666af04f5b28cd471b1fea2affe86
parent0458fe77b852f0dc55fd301376ff2a60c52b2ec4
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
gcc/ChangeLog
gcc/Makefile.in
gcc/genautomata.c