Added debugger support

This commit is contained in:
ceriel
1990-12-11 13:52:08 +00:00
parent b3287b2b0f
commit f997bd0be8
15 changed files with 449 additions and 23 deletions

View File

@@ -15,6 +15,7 @@ struct scope {
struct scopelist {
struct scopelist *next;
struct scope *sc_scope;
int sc_count;
};
/* ALLOCDEF "scopelist" 10 */