[8601] in Athena Bugs
Re: decmips 7.3P: cc
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Fri Nov 15 11:37:25 1991
From: epeisach@Athena.MIT.EDU
Date: Fri, 15 Nov 91 11:37:32 -0500
To: fmmoore@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
In-Reply-To: [8599]
I looked at your problem. The compiler clearly has problems with "struct
foo *" constructs.
I found a work around. If in lists.h, you add
typedef struct rule Rule;
typedef struct numlist Numlist;
and replace the "struct rule *" with "Rule *" and so on, it will work.
Ezra