Czuczy Gergely <phoemix(at)harmless(dot)hu> writes:
> the code is this:
> text *src;
> void *tmp;
> src = (text*)tmp;
> and the error message:
> error: parse error before `)' token
> (at (text*_)_)
The only thing that comes to mind is you've got "text" defined as a
macro, or some other meaning besides the original typedef.
regards, tom lane