deleted struct mlist
authoreck <none@none>
Thu, 11 Jan 1990 08:30:19 +0000 (08:30 +0000)
committereck <none@none>
Thu, 11 Jan 1990 08:30:19 +0000 (08:30 +0000)
lang/cem/cpp.ansi/macro.str

index 8adec26..391c450 100644 (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