This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
On Thu, 2003-09-04 at 17:11, Richard Henderson wrote: > On Thu, Sep 04, 2003 at 03:33:19PM -0700, Eric Christopher wrote: > > -#define P(A) A##.p > > +#define P(A) A.p > > Right. > > > -#define EXT(NAME) _##NAME > > +#define EXT(NAME) _NAME > > Wrong. Thanks. :) -eric -- Eric Christopher <echristo@redhat.com>
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |