On Thu, 13 Jan 2005, Richard Sandiford wrote: > You can't dereference it, obviously, just like you can't deference a > normal "void *". But you can assign it to any "volatile T *" without > an explicit cast. I assumed that's what was happening in this case? That's useful, indeed, and I've missed it. Thanks for the tip. Maciej