This is the mail archive of the gcc-help@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: "and" and "or" keywords


y2bismil@engmail.uwaterloo.ca writes:

> I suspect GCC has "and" and "or" reserved as keywords or built in
> macros, whereas watcom did not.  Is this correct?

Yes. g++ follows the standard here, whereas watcom apparently doesn't.

> If it is, is there a way to turn off these keywords/macros in GCC.

I don't think so. You'll have to rename those functions.

-- 
	Falk


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