This is the mail archive of the gdb-patches@sourceware.org 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] Token cleanup in c-exp.y


>>>>> "Matt" == Matt Rice <ratmice@gmail.com> writes:

>> The attached patch "fixes" two tokens in c-exp.y, "->*" and ".*", which were
>> not previously recognized as tokens.

Matt> looks like it should also apply to objc-exp.y, as it too contains all
Matt> the lines removed from c-exp.y.

objc-exp.y has diverged a lot from c-exp.y.
This isn't the only patch that hasn't gone into both.

I think it would be best to merge the two.  Ideally someone would
volunteer to be the ObjC maintainer and do this :-)  From the ChangeLogs
it looks like the current ObjC maintainer hasn't checked in a patch
since 2003.

Tom


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