OSDN Git Service

r110125@banpei: zack | 2006-01-22 14:46:46 -0800
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jan 2006 15:15:34 +0000 (15:15 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jan 2006 15:15:34 +0000 (15:15 +0000)
commite7827cef5911ce70e4a4439fe39019ed218f7183
treeba82f26baf1666af04f5b28cd471b1fea2affe86
parent343695df238d8e043fe83c8b0cce11b73f2e2cba
 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).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110121 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/genautomata.c