This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] cgen/i960, desc vs configure wrt PROFILE



> #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
> #define A(a) (1 << CGEN_HW_##a)
> #else
> #define A(a) (1 << CGEN_HW_/**/a)
> #endif

That works too, but it kinda scares me having -DPROFILE=1 and A(PROFILE)
in the same sources and not expecting them to conflict.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]