]> git.sur5r.net Git - cc65/blobdiff - src/ca65/sizeof.h
More work on .sizeof
[cc65] / src / ca65 / sizeof.h
index 26794cb2619be48287cf8b257d72aac981b723b6..547a362126ed35eff5e8689c0a2fd495a660b4c2 100644 (file)
@@ -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 */