Gbp-Pq: Name list_order.12
char *tmp;
object res;
+ ufixnum i=0;
if (type_of(p)!= t_string && type_of(p)!=t_symbol)
not_a_string_or_symbol(p);
res->v.v_adjustable=0;
res->v.v_offset=0;
res->v.v_self=NULL;
- if (!(res->v.v_self=(void *)regcomp(tmp,&res->v.v_dim)))
+ if (!(res->v.v_self=(void *)regcomp(tmp,&i)))
FEerror("regcomp failure",0);
- res->v.v_fillp=res->v.v_dim;
+ res->v.v_fillp=res->v.v_dim=i;
RETURN1(res);