]> git.sur5r.net Git - cc65/blobdiff - src/cc65/symtab.h
Fixed two compiler warnings.
[cc65] / src / cc65 / symtab.h
index 18c8ce141115971d91bcde96429f77ec8f277868..3311e8b735e650cc853da2fb22932385192ed5f9 100644 (file)
@@ -188,6 +188,9 @@ void PrintSymTable (const SymTable* Tab, FILE* F, const char* Header, ...);
 void EmitExternals (void);
 /* Write import/export statements for external symbols */
 
+void EmitDebugInfo (void);
+/* Emit debug infos for the locals of the current scope */
+
 
 
 /* End of symtab.h */