Compiler now emits debug info about natives (bug 3282, r=sawce).

This commit is contained in:
David Anderson
2008-09-27 13:46:42 -07:00
parent 32f7bec6c8
commit 02e31bb576
4 changed files with 163 additions and 7 deletions
+3
View File
@@ -519,6 +519,9 @@ long pc_lengthbin(void *handle); /* return the length of the file */
#define SC_VDEFINE
#endif
void sp_fdbg_ntv_start(int num_natives);
void sp_fdbg_ntv_hook(int index, symbol *sym);
/* function prototypes in SC1.C */
SC_FUNC void set_extension(char *filename,char *extension,int force);
SC_FUNC symbol *fetchfunc(char *name,int tag);