S_RELATIVE
else if (symbols[i].type == S_RELATIVE)
type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE;