]> git.sur5r.net Git - cc65/blobdiff - src/ca65/dbginfo.h
More work on high level language debug symbols. They are now passed correctly
[cc65] / src / ca65 / dbginfo.h
index f8da714618044706cc2def7e6dce0ba1dc8d0885..781e0d0bbec4853bc326db94442827b5e045905d 100644 (file)
@@ -56,6 +56,9 @@ void DbgInfoLine (void);
 void DbgInfoSym (void);
 /* Parse and handle SYM subcommand of the .dbg pseudo instruction */
 
+void DbgInfoCheck (void);
+/* Do checks on all hll debug info symbols when assembly is complete */
+
 void WriteHLLDbgSyms (void);
 /* Write a list of all high level language symbols to the object file. */