some more squeezing for Minix

This commit is contained in:
ceriel
1989-10-19 19:29:39 +00:00
parent e4857c2446
commit 3d5569183e
7 changed files with 47 additions and 49 deletions

View File

@@ -54,7 +54,7 @@ struct expr {
char *ex_file; /* the file it (probably) comes from */
unsigned int ex_line; /* the line it (probably) comes from */
struct type *ex_type;
char ex_lvalue;
short ex_lvalue;
short ex_flags;
int ex_class;
int ex_depth;