This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Wed, 2004-01-28 at 18:48, Dale Johannesen wrote:
> {
> \
> void ***t = (void ***)&(__o->next_free);
> \
> **t = ((void *)datum); \
> (*t)++;
> \
> } \
>
I'll give that a try. Thanks.
> This works OK on ppc Darwin, but I haven't tried with your merge
> changes.
>
This is mainline only. The branch hasn't been merged yet.
Diego.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |