fixed a minor problem with unstacking

This commit is contained in:
ceriel
1987-11-04 15:55:23 +00:00
parent 2b9af3a032
commit 5f6b023036
2 changed files with 21 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ struct mlist {
struct mlist *next;
struct macro *m_mac;
char *m_repl;
char m_unstack;
};
/* allocation definitions of struct mlist */