ack/lang/cem/cemcom.ansi/util.str

12 lines
217 B
Plaintext
Raw Normal View History

1989-02-07 11:04:05 +00:00
struct localvar {
struct localvar *next;
arith t_offset; /* offset from LocalBase */
arith t_size;
int t_align;
int t_regtype;
int t_count;
int t_sc; /* storage class */
};
/* ALLOCDEF "localvar" 10 */