]> git.sur5r.net Git - cc65/blobdiff - src/cc65/symtab.h
Export the label symbol table
[cc65] / src / cc65 / symtab.h
index 0856740cc48789a490a2bf2f79545b7ffc3c63eb..cd736ec1ee62aef8d98fbc1eaef435b9d6f2f6c7 100644 (file)
@@ -178,6 +178,9 @@ SymTable* GetSymTab (void);
 SymTable* GetGlobalSymTab (void);
 /* Return the global symbol table */
 
+SymTable* GetLabelSymTab (void);
+/* Return the label symbol table */
+
 int SymIsLocal (SymEntry* Sym);
 /* Return true if the symbol is defined in the highest lexical level */