Re: A question about the VEC API

2006-04-18 Thread Nathan Sidwell
Kazu Hirata wrote: Hi Nathan, Does the VEC API support the following? typedef unsigned char vec_uchar; DEF_VEC_I(vec_uchar); DEF_VEC_ALLOC_I(vec_uchar,gc); Note that this is GC'ed. When I use this construct in except.c, I get I think it should be possible to get vec.h to make this work. Th

A question about the VEC API

2006-04-16 Thread Kazu Hirata
Hi Nathan, Does the VEC API support the following? typedef unsigned char vec_uchar; DEF_VEC_I(vec_uchar); DEF_VEC_ALLOC_I(vec_uchar,gc); Note that this is GC'ed. When I use this construct in except.c, I get libbackend.a(except.o): In function `gt_ggc_mx_eh_status': ./gt-except.h:104: undefined