Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cemcom.ansi / util.str
1 struct localvar {
2         struct localvar *next;
3         arith           t_offset;       /* offset from LocalBase */
4         arith           t_size;
5         int             t_align;
6         int             t_regtype;
7         int             t_count;
8         int             t_sc;           /* storage class */
9 };
10
11 /* ALLOCDEF "localvar" 10 */