summaryrefslogtreecommitdiff
path: root/indra/llcommon/fix_macros.h
AgeCommit message (Collapse)Author
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-12MAINT-5351: glh-linear 'equivalent' macro has been destroyed.Nat Goodspeed
Hopefully we no longer need to brute-force remove any more macros with the same name.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-11-16Some Mac header #defines macros like check and equivalent -- gack!!Nat Goodspeed
Given that third-party libraries (such as Boost) can and do use those names, properly namespace-scoped, it's unpardonable to break any such innocent usage with a macro. Given the pervasiveness of the need, introduce a header file with the requisite #undef directives.