Per Bothner <per@bothner.com> writes: > > The "official" Gcc line has always been that #pragmas are > generally a bad idea. A major reason is that #pragmas > cannot be created by macros. C99 fixed that with _Pragma() I'm not sure gcc supports that fully yet though. -Andi