Extraneous Old-STyle Parameter List?

Started by tbayne, March 28, 2008, 04:02:48 PM

Previous topic - Next topic

tbayne

What is the most prevalent cause of this error?

Pelle

Maybe a declaration like this:
void (*f)(a);
where a is not a type...
/Pelle