fixed bugs, added No_Mem()

This commit is contained in:
eck
1990-02-21 16:38:45 +00:00
parent 8775524325
commit 86224a4baf
5 changed files with 11 additions and 6 deletions

View File

@@ -21,7 +21,6 @@
formal parameter in this text.
*/
struct macro {
struct macro *next;
char * mc_text; /* the replacement text */
int mc_nps; /* number of formal parameters */
int mc_length; /* length of replacement text */