ignoring #pragma push_macro

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

 



While trying to use various windows style pragma,

I am getting warning about pragma being ignored,
even though I am defining another macro HANDLE_PRAGMA_PUSH_POP_MACRO
as described at "http://gcc.gnu.org/onlinedocs/gccint/Misc.html";


I am using following code snippet:
---------
#define X 1
#pragma push_macro("X")
--------
#pragma pop_macro("X")
-------

using gcc 1.1.2 20061115 on debian.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux