[8600] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: decmips 7.3P: cc

daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Fri Nov 15 11:37:19 1991

From: epeisach@Athena.MIT.EDU
Date: Fri, 15 Nov 91 11:37:26 -0500
To: fmoore@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

home help back first fref pref prev next nref lref last post