|
From: | Mike Frysinger |
Subject: | Re: [Libunwind-devel] [PATCH 02/35] Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGN |
Date: | Wed, 19 Sep 2012 00:25:23 -0400 |
User-agent: | KMail/1.13.7 (Linux/3.5.0; KDE/4.6.5; x86_64; ; ) |
On Tuesday 18 September 2012 09:31:11 Tommi Rantala wrote: > +#ifdef __BIGGEST_ALIGNMENT__ > +#define MAX_ALIGN __BIGGEST_ALIGNMENT__ > +#else > #define MAX_ALIGN (sizeof (long double)) > +#endif current code base seems to indent the # symbols: #ifdef foo # define xxx #else # define xxx #endif -mike
signature.asc
Description: This is a digitally signed message part.
[Prev in Thread] | Current Thread | [Next in Thread] |