Some new commands and improvements

This commit is contained in:
ceriel
1990-09-20 17:51:14 +00:00
parent b68cb52de6
commit 76f1cf30ee
17 changed files with 298 additions and 41 deletions

View File

@@ -42,6 +42,7 @@ typedef struct type {
short ty_flags;
#define T_CROSS 0x0001
long ty_size;
struct symbol *ty_sym;
union {
/* cross references */
char *typ_tag;