deleted struct mlist

This commit is contained in:
eck 1990-01-11 08:30:19 +00:00
parent 00876cd9df
commit 2eacdccc5d

View file

@ -30,15 +30,6 @@ struct macro {
/* ALLOCDEF "macro" 20 */
struct mlist {
struct mlist *next;
struct macro *m_mac;
char *m_repl;
char m_unstack;
};
/* ALLOCDEF "mlist" 20 */
/* `token' numbers of keywords of command-line processor
*/
#define K_UNKNOWN 0