Rename SegRange to span. Write out the size instead of the end offset so we
can save some bytes in the object file. git-svn-id: svn://svn.cc65.org/cc65/trunk@5113 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
#include "inline.h"
|
||||
|
||||
/* ca65 */
|
||||
#include "segrange.h"
|
||||
#include "symentry.h"
|
||||
|
||||
|
||||
@@ -69,7 +68,7 @@ struct SymTable {
|
||||
SymTable* Parent; /* Link to enclosing scope if any */
|
||||
SymTable* Childs; /* Pointer to child scopes */
|
||||
SymEntry* OwnerSym; /* Symbol that "owns" the scope */
|
||||
Collection SegRanges; /* Segment ranges for this scope */
|
||||
Collection Spans; /* Spans for this scope */
|
||||
unsigned Id; /* Scope id */
|
||||
unsigned short Flags; /* Symbol table flags */
|
||||
unsigned char AddrSize; /* Address size */
|
||||
|
||||
Reference in New Issue
Block a user