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

@@ -13,6 +13,7 @@
typedef struct file {
struct symbol *f_sym;
struct symbol *f_base;
char *f_fullname; /* name including directory */
struct scope *f_scope; /* reference to scope of this file */
t_lineno f_nlines; /* number of lines in file */