This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [rfa] rename p-exp.y's TRUE/FALSE


At 21:37 09/12/2002, David Carlton wrote:

In p-exp.y there are tokens TRUE and FALSE; a recent change to bfd.h
also created defines named TRUE and FALSE.  This might cause silent
problems and one user has reported that this causes actual compilation
problems (it depends on which order the defines happen in).

This patch renames the tokens to TRUEKEYWORD and FALSEKEYWORD,
following the lead of c-exp.y.

I prepared the similar patch yesterday
that used PASCAL_TRUE and PASCAL_FALSE
in analogy to the m2-exp.y file....
But I could not connect to sources.redhat.com yeterday. Was the machine down or was it just that there was no route
to it from where I am?

Yes, there was an a outage :-(

Andrew



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