Subject: Re: __UNCONST(a)
To: None <tech-userlevel@NetBSD.org>
From: James K. Lowden <jklowden@schemamania.org>
List: tech-userlevel
Date: 07/03/2004 15:02:41
On Fri, 2 Jul 2004 <mouse@Rodents.Montreal.QC.CA> wrote:
> If I had to use a __DECONST like that, I would almost certainly wrap a
> DECONST() around it that simply provided void * as the type.

Then you don't need __DECONST, do you?  Wouldn't '(void*)' do just as
well?  

--jkl