On Sun, Jun 25, 2000 at 02:13:19AM +0200, Andreas Beck wrote:
> There shouldn't be any such code in LibGGI. 
> 
> Though - If someone remembers to have written such code, and neither I nor 
> Marcus nor any of the other coders here have noticed it by now, then please 
> fix it or tell us.

I know one:

ggi_visual_t is internally ggi_visual *, but for applications it's a
pointer to a dummy struct.  IIRC, ANSI doesn't guarantee that pointers
for different types have the same size, only that void * can represent
all pointer types.

Also identifiers beginning with _  are reserved for the ANSI C
compiler and library.  Applications and other libraries shouldn't touch
them at all.

I don't know if these problems are significant, though.

-- 
Steve Cheng

email: [EMAIL PROTECTED]
www: <http://shell.ipoline.com/~elmert/>

Reply via email to