deleted struct mlist
This commit is contained in:
parent
00876cd9df
commit
2eacdccc5d
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue