Czuczy Gergely <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster