[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: widl [3/6]: Represent typedefs with easier to use structures
From:       "Dan Kegel" <dank () kegel ! com>
Date:       2006-08-29 18:05:49
Message-ID: a71bd89a0608291105i6a5f4564u6444379ff9bb7c1d () mail ! gmail ! com
[Download RAW message or body]

On 8/29/06, Dan Hipschman <dsh@linux.ucla.edu> wrote:
> I need to generate names for tagless structs, etc., because my patch changes
> the way typedefs are output in the header file.  Currently,
>
> typedef struct { int x; } foo, bar;
>
> will be output exactly as is in the header (disregarding whitespace changes).
> However, this patch splits the typedefs up like this:
>
> typedef struct { int x; } foo;
> typedef struct ??? bar;
>
> This is why we need the generated names.

I think we might need them anyway; standard C++ is very picky, and requires
tags in more circumstances than one would like.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic