fixed a minor problem with unstacking

This commit is contained in:
ceriel
1987-11-04 15:55:23 +00:00
parent 50b73dc023
commit 9dd87881e1
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 */