This is the mail archive of the gcc-patches@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]

Re: [Updated] dllimport/dllexport attributes for Win32/BeOS


>>>>> Mumit Khan <khan@xraylith.wisc.edu> writes:

> On 25 Jun 1998, Jason Merrill wrote:
>> It would be cleaner to add a new macro to indicate that you can't just take
>> the address, and set that in mark_dllimport.
>> 

> Would something like the following be acceptable (I'm only showing tree
> changes, the rest will follow if ok):

I had in mind a more general macro, something like DECL_NONSTATIC_P (but
preferably with a better name...).  The reason you can't take its address
is not important.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]