ack/lang/cem/cemcom/util.str

12 lines
217 B
Plaintext
Raw Permalink Normal View History

struct localvar {
struct localvar *next;
arith t_offset; /* offset from LocalBase */
arith t_size;
int t_align;
int t_regtype;
int t_count;
1988-04-26 15:33:48 +00:00
int t_sc; /* storage class */
};
/* ALLOCDEF "localvar" 10 */