Too many changes and fixes to mention them all here

This commit is contained in:
ceriel
1990-10-11 08:42:07 +00:00
parent 7f8a099a15
commit 3672f835fe
23 changed files with 942 additions and 426 deletions

View File

@@ -6,7 +6,6 @@ typedef struct tree {
short t_oper; /* tree operator */
short t_whichoper; /* expression operator */
t_addr t_address; /* some operators use an address */
int t_itemno; /* item number in status list */
union {
long tt_ival;
char *tt_sval;
@@ -34,4 +33,3 @@ typedef struct tree {
/* ALLOCDEF "tree" 100 */
extern p_tree mknode();
extern p_tree run_command;