This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: PATCH: Support '*' in pattern and fix a typo


On Fri, Oct 24, 2003 at 12:07:44AM -0700, H. J. Lu wrote:
> Here is another update to fix a typo:
> 
> +-      if (fnmatch (expr->pattern, sym, 0) == 0)
> ++      if (fnmatch (expr->pattern, s, 0) == 0)
> 
> Otherwise, extern "C++" won't work.

Oops, sorry.  Unless you check the whole patch RSN, please check this
in separately so that the tree is not broken for too long.

	Jakub


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