]> git.sur5r.net Git - cc65/blobdiff - src/cc65/symtab.h
Working on the new backend
[cc65] / src / cc65 / symtab.h
index f948ed14e32bb2cd8906d4d9778494cf5adcde53..9627224cd03a00b26f33b6d12cfbf0edaf9891a8 100644 (file)
@@ -160,6 +160,9 @@ SymEntry* AddGlobalSym (const char* Name, const type* Type, unsigned Flags);
 SymTable* GetSymTab (void);
 /* Return the current symbol table */
 
+SymTable* GetGlobalSymTab (void);
+/* Return the global symbol table */
+
 int SymIsLocal (SymEntry* Sym);
 /* Return true if the symbol is defined in the highest lexical level */