Fluff removal.

This commit is contained in:
Steve Chamberlain 1992-02-07 00:33:57 +00:00
parent 424f020272
commit d58b7049a7
5 changed files with 37 additions and 2 deletions

View file

@ -255,6 +255,8 @@ CODE_FRAGMENT
. {* A pointer to the linenumber information for this symbol *}
.struct lineno_cache_entry *lineno;
.
. {* Have the line numbers been relocated yet ? *}
.boolean done_lineno;
.} coff_symbol_type;