ack/lang/cem/cemcom.ansi/util.str
1989-02-07 11:04:05 +00:00

12 lines
217 B
Plaintext

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 */