fix to reeves fix of dgo handling (reset b_active to 1)
[unix-history] / .ref-BSD-3 / usr / include / symbol.h
CommitLineData
8b2e40fc
BJ
1/*
2 * Structure of a symbol table entry
3 */
4
5struct symbol {
6 char sy_name[8];
7 char sy_type;
8 int sy_value;
9};