More work on .sizeof
git-svn-id: svn://svn.cc65.org/cc65/trunk@2702 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -66,6 +66,12 @@ struct SymEntry* GetSizeOfSymbol (struct SymEntry* Sym);
|
||||
* does not exist.
|
||||
*/
|
||||
|
||||
struct SymEntry* DefSizeOfScope (struct SymTable* Scope, long Size);
|
||||
/* Define the size of a scope and return the size symbol */
|
||||
|
||||
struct SymEntry* DefSizeOfSymbol (struct SymEntry* Sym, long Size);
|
||||
/* Define the size of a symbol and return the size symbol */
|
||||
|
||||
|
||||
|
||||
/* End of sizeof.h */
|
||||
|
||||
Reference in New Issue
Block a user