This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: AIX 64bit support


>>>>> ">" == swamy sangamesh <swamy.sangamesh@gmail.com> writes:

>> Let me know if we can do #ifdef check in a macro and call the marco as
>> mentioned below would be feasible to reduce the many #ifdef checks ?

It isn't valid C.  You can't use #if inside #define.
However, there are other options, like a function.

Tom


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