Fixed O(n^2) generation of debug info tables (bug 4493, r=fyren).

This commit is contained in:
David Anderson
2010-07-02 18:15:59 -07:00
parent b5b4bff2fc
commit f8c2629a3e
3 changed files with 23 additions and 8 deletions
+1
View File
@@ -724,6 +724,7 @@ SC_FUNC stringlist *insert_dbgline(int linenr);
SC_FUNC stringlist *insert_dbgsymbol(symbol *sym);
SC_FUNC char *get_dbgstring(int index);
SC_FUNC void delete_dbgstringtable(void);
SC_FUNC stringlist *get_dbgstrings();
/* function prototypes in SCMEMFILE.C */
#if !defined tMEMFILE