|
|
1.1 root 1: /*
2: * Symbol table node. Contains string, string table index,
3: * left and right pointers, and instance list.
4: */
5: struct symbol
6: {
7: char *sy_name;
8: long sy_index;
9: symbol *sy_left;
10: symbol *sy_right;
11: inst *sy_inst;
12: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.