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

DJ Delorie dj@redhat.com
Mon Feb 5 16:48:00 GMT 2001


> #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.


More information about the Cgen mailing list