Incorporated variable length identifiers.

Courtesy Johan Stevenson
This commit is contained in:
sater
1984-05-18 13:04:34 +00:00
parent 7ac5028864
commit d34532e79d
3 changed files with 16 additions and 7 deletions

View File

@@ -1,14 +1,14 @@
/* $Header$ */
#define IDL 8
#define IDL 100
struct sym {
sym_p s_next;
char s_name[IDL];
offset *s_rom;
short s_flags;
short s_frag;
offset s_value;
char s_name[2]; /* to be extended up to IDL */
};
/* contents of .s_flags */