#sccs "@(#)inchead:symbol.h 1.1" /* Convergent Technologies - System V - May 1983 */ /* * Structure of a symbol table entry */ struct symbol { char sy_name[8]; char sy_type; int sy_value; };