PCC compiler bug and odd solution

chris%umcp-cs.csnet at csnet-relay.arpa chris%umcp-cs.csnet at csnet-relay.arpa
Fri Mar 2 12:43:51 AEST 1984


From:      Chris Torek <chris%umcp-cs.csnet at csnet-relay.arpa>

Sounds like you wrote

	struct xxx { ... }
	foo () {

which creates a ***STRUCTURE VALUED*** function.  Don't forget that ';'!
Try

	struct xxx { ... };
	foo () { 

instead.



More information about the Comp.unix mailing list