On Jan 4, 2007, at 2:26 AM, Basile STARYNKEVITCH wrote:
I cannot figure out how to have a vector of strings in a GTY-ed file
F_VEC_ALLOC_P(locstr,heap); Any clues?
Do a vec of:
struct bar {
char *field;
}
and skip the field, and add the GTY markers. Should work.
