guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add internal-only port structure; move iconv descriptors the


From: Andy Wingo
Subject: Re: [PATCH] Add internal-only port structure; move iconv descriptors there
Date: Mon, 01 Apr 2013 23:04:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Mon 01 Apr 2013 22:54, Andy Wingo <address@hidden> writes:

> Though we already violate them in innumerable ways in Guile, this is not
> one of those cases:
>
>   struct foo { a a; b b; } *foo;
>   foo = malloc (sizeof (*foo));
>   a* a = &bar.a;
>   b* b = &bar.b;

To be clear, I was suggesting to allocate some struct type that is never
again referenced; not to cast.

But these comments shouldn't hold back your patches.  We can fix things
later if needed.

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]