This is the mail archive of the gcc@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]

Re: trunk won't build


Robert Lipe <robertl@caldera.com> writes:

[...]

| If I just change the line to:
| 	DEF_RTL_EXPR(GCC_PREFETCH, "prefetch", "eee", 'x')
| this error goes away.  We could probably just #undef it, too.
| 
| What's the right thing to do when we have an identifier that conflicts
| with a system header like this?

You've just demonstrated a good way to solve and even prevent this
sort of problem :-)

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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