This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: "and" and "or" keywords
- From: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>
- To: y2bismil at engmail dot uwaterloo dot ca
- Cc: gcc-help at gcc dot gnu dot org
- Date: 03 Oct 2003 18:59:45 +0200
- Subject: Re: "and" and "or" keywords
- References: <1065199512.3f7da79843954@www.nexusmail.uwaterloo.ca>
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